2.5: Remove OOPS code from the outliner space, as discussed

this can be brought back as a new space if someone decides to
work on it.

This also fixes remaining issues with the outliner tree open
and close buttons not working sometimes.
This commit is contained in:
2009-03-26 14:05:33 +00:00
parent 1eaff737fd
commit b68aceda2f
17 changed files with 106 additions and 254 deletions

View File

@@ -176,7 +176,7 @@ char *UI_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
case SPACE_TEXT:
ts= &btheme->text;
break;
case SPACE_OOPS:
case SPACE_OUTLINER:
ts= &btheme->toops;
break;
case SPACE_SOUND: