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_sound_types.h')
-rw-r--r--source/blender/makesdna/DNA_sound_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_sound_types.h b/source/blender/makesdna/DNA_sound_types.h
index 81548343da0..e2f7bab8102 100644
--- a/source/blender/makesdna/DNA_sound_types.h
+++ b/source/blender/makesdna/DNA_sound_types.h
@@ -104,12 +104,6 @@ typedef enum eSound_Type {
} eSound_Type;
#endif
-/* spacesound->flag */
-enum {
- SND_DRAWFRAMES = 1,
- SND_CFRA_NUM = 2,
-};
-
/* bSound->flags */
enum {
#ifdef DNA_DEPRECATED_ALLOW