From 5dcb6fb22f3f0a8a5b2b9f0aa5479a29d635ddbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Feb 2020 10:21:23 +1100 Subject: Cleanup: unused enums --- source/blender/makesdna/DNA_sound_types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/makesdna/DNA_sound_types.h') 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 -- cgit v1.2.3