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:
authorTon Roosendaal <ton@blender.org>2012-12-15 20:35:00 +0400
committerTon Roosendaal <ton@blender.org>2012-12-15 20:35:00 +0400
commit91c5f4a7b4f05db9a90e659bfb2a5d1c8fc7fd09 (patch)
tree10181b777abb50ba720bd37251b69865ae44d370 /source/blender/editors/include
parent2681cc66a50f16c77c8ad46915a53640f65bb51f (diff)
Cleanup:
Removed unused panel colors (and panel text) from Themes.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_resources.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index dbbcc6953ed..eaab17c4137 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -64,18 +64,12 @@ enum {
TH_HEADER_TEXT,
TH_HEADER_TEXT_HI,
- /* float panels */
- TH_PANEL,
- TH_PANEL_TEXT,
- TH_PANEL_TEXT_HI,
-
/* panels */
TH_PANEL_HEADER,
TH_PANEL_BACK,
TH_PANEL_SHOW_HEADER,
TH_PANEL_SHOW_BACK,
-
TH_BUTBACK,
TH_BUTBACK_TEXT,
TH_BUTBACK_TEXT_HI,