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>2018-05-10 18:56:12 +0300
committerJoshua Leung <aligorith@gmail.com>2018-05-10 18:56:12 +0300
commitbe400a0789d9eac2afaa929834ea70aa5d2a39a3 (patch)
tree431e8d772d69e482d870e8b73e3c333d270bb4f8 /source/blender/editors/space_clip/clip_intern.h
parentc20cc3cf14be322f76db5f76d273b55408233802 (diff)
UI: Fix time cursor number box styling for Clip Editor's Dopesheet/Graph views
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index b0d00744558..ab8a7add009 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -143,7 +143,6 @@ void clip_delete_plane_track(struct bContext *C, struct MovieClip *clip, struct
void clip_view_center_to_point(SpaceClip *sc, float x, float y);
-void clip_draw_cfra(struct SpaceClip *sc, struct ARegion *ar, struct Scene *scene);
void clip_draw_sfra_efra(struct View2D *v2d, struct Scene *scene);
/* tracking_ops.c */