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:
authorThomas Dinges <blender@dingto.org>2011-11-01 23:48:45 +0400
committerThomas Dinges <blender@dingto.org>2011-11-01 23:48:45 +0400
commitea2f7c907c5de85b34c2c0a87bf4dd0a347004d3 (patch)
tree23709a1e71fe71c7c5118947e756740f3ffd3a94 /source/blender/makesdna/DNA_space_types.h
parent785de4cbfc424fb095ed549f6d9e733014224a51 (diff)
== Removal of SpaceSound ==
* Removed old, unused Space Sound space * Removed data struct and Theme settings * Old files with an open Audio window will be loaded as Info Space
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index d21db85b1f3..a92075c32e3 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -483,22 +483,6 @@ typedef struct SpaceUserPref {
} SpaceUserPref;
-typedef struct SpaceSound {
- struct SpaceLink *next, *prev;
- ListBase regionbase; /* storage of regions for inactive spaces */
- int spacetype;
- float blockscale;
- struct ScrArea *area;
-
- View2D v2d;
-
- struct bSound *sound;
- short mode, sndnr;
- short xof, yof;
- short flag, lock;
- int pad2;
-} SpaceSound;
-
/* view3d Now in DNA_view3d_types.h */
@@ -886,7 +870,7 @@ enum {
SPACE_SEQ,
SPACE_TEXT,
SPACE_IMASEL, /* deprecated */
- SPACE_SOUND,
+ SPACE_SOUND, /* Deprecated */
SPACE_ACTION,
SPACE_NLA,
SPACE_SCRIPT,