Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-02-11 07:02:17 +0300
committerJoshua Leung <aligorith@gmail.com>2007-02-11 07:02:17 +0300
commit045c40b815f862772cad042e346821539aa52cea (patch)
tree72084cb645da92140d6908067c94b728116c2fd3 /source/blender/include
parentb90a0ce285a3a71c2a6e617baabc08fe11624c7f (diff)
Tiny cleanups of marker drawing code. Shouldn't cause any problems.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BSE_time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/include/BSE_time.h b/source/blender/include/BSE_time.h
index e0061513f6f..fa398ee7da5 100644
--- a/source/blender/include/BSE_time.h
+++ b/source/blender/include/BSE_time.h
@@ -54,8 +54,7 @@ int find_nearest_marker_time(float dx);
void add_marker_to_cfra_elem(struct ListBase *lb, struct TimeMarker *marker, short only_sel);
void make_marker_cfra_list(struct ListBase *lb, short only_sel);
-/* ******** Markers - Space Specific ************* */
-void draw_markers_timespace(struct View2D *v2d);
+void draw_markers_timespace(void);
/* *********** TimeLine Specific ***************/
void timeline_frame_to_center(void);