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_userdef_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_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 4859268d477..8dd00f4ac08 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -267,8 +267,7 @@ typedef struct bTheme {
ThemeSpace tv3d;
ThemeSpace tfile;
ThemeSpace tipo;
- ThemeSpace tinfo;
- ThemeSpace tsnd;
+ ThemeSpace tinfo;
ThemeSpace tact;
ThemeSpace tnla;
ThemeSpace tseq;