== Cleanup of SpaceImasel ==

* removed struct for SpaceType and all usages
* SPACE_IMASEL in enum nees to be kept to identify it in old files
* it is replaces with SPACE_EMPTY on load, which is overridden by SPACE_INFO which has same struct members
* also removed theme settings
This commit is contained in:
2011-11-01 18:27:09 +00:00
parent c70cde6f94
commit 785de4cbfc
8 changed files with 5 additions and 150 deletions

View File

@@ -29,7 +29,7 @@ defs = """
SPACE_INFO,
SPACE_SEQ,
SPACE_TEXT,
SPACE_IMASEL,
SPACE_IMASEL, #Deprecated
SPACE_SOUND,
SPACE_ACTION,
SPACE_NLA,