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:
authorCampbell Barton <ideasman42@gmail.com>2014-10-28 21:03:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-10-28 21:03:13 +0300
commit8ba33a69c8acdda5e54b66831d56cfb059c6c564 (patch)
tree930edda8d015cf88d8f01b3c3857052e92b18da7 /source/blender/editors/space_time/space_time.c
parent36da579d122fe49f3db8759e38d6ff1921939ad4 (diff)
Cleanup: rename draw_markers_time -> ED_markers_draw
Diffstat (limited to 'source/blender/editors/space_time/space_time.c')
-rw-r--r--source/blender/editors/space_time/space_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_time/space_time.c b/source/blender/editors/space_time/space_time.c
index 88c57d45b79..d26ee982b20 100644
--- a/source/blender/editors/space_time/space_time.c
+++ b/source/blender/editors/space_time/space_time.c
@@ -520,7 +520,7 @@ static void time_main_area_draw(const bContext *C, ARegion *ar)
/* markers */
UI_view2d_view_orthoSpecial(ar, v2d, 1);
- draw_markers_time(C, 0);
+ ED_markers_draw(C, 0);
/* caches */
time_draw_cache(stime, obact, scene);