From 11ee2d8b97ddbdde9ef5a7b77df2b9f9eb2d0e91 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 2 Apr 2014 16:50:06 +0600 Subject: implement cache line for image editor It works exactly the same as a cache line in movie clip editor. --- source/blender/editors/space_clip/clip_intern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_clip/clip_intern.h') diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h index 811f8e2eaab..2a5d959bb84 100644 --- a/source/blender/editors/space_clip/clip_intern.h +++ b/source/blender/editors/space_clip/clip_intern.h @@ -72,7 +72,6 @@ void CLIP_OT_dopesheet_view_all(struct wmOperatorType *ot); /* clip_draw.c */ void clip_draw_main(const struct bContext *C, struct SpaceClip *sc, struct ARegion *ar); void clip_draw_grease_pencil(struct bContext *C, int onlyv2d); -void clip_draw_curfra_label(const int framenr, const float x, const float y); void clip_draw_cache_and_notes(const bContext *C, SpaceClip *sc, ARegion *ar); /* clip_editor.c */ -- cgit v1.2.3