From 8ba33a69c8acdda5e54b66831d56cfb059c6c564 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Oct 2014 19:03:13 +0100 Subject: Cleanup: rename draw_markers_time -> ED_markers_draw --- source/blender/editors/animation/anim_markers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/anim_markers.c') diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c index bb959ad06e5..60fd9dc7616 100644 --- a/source/blender/editors/animation/anim_markers.c +++ b/source/blender/editors/animation/anim_markers.c @@ -411,7 +411,7 @@ static void draw_marker(View2D *v2d, TimeMarker *marker, int cfra, int flag) } /* Draw Scene-Markers in time window */ -void draw_markers_time(const bContext *C, int flag) +void ED_markers_draw(const bContext *C, int flag) { ListBase *markers = ED_context_get_markers(C); View2D *v2d; -- cgit v1.2.3