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:
Diffstat (limited to 'source/blender/makesdna/DNA_movieclip_types.h')
-rw-r--r--source/blender/makesdna/DNA_movieclip_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_movieclip_types.h b/source/blender/makesdna/DNA_movieclip_types.h
index 5548a8405f9..92fa9973759 100644
--- a/source/blender/makesdna/DNA_movieclip_types.h
+++ b/source/blender/makesdna/DNA_movieclip_types.h
@@ -179,12 +179,6 @@ enum {
MCLIP_SRC_MOVIE = 2,
};
-/* MovieClip->selection types */
-enum {
- MCLIP_SEL_NONE = 0,
- MCLIP_SEL_TRACK = 1,
-};
-
/* MovieClip->flag */
enum {
MCLIP_USE_PROXY = (1 << 0),