Remove duplicate colors
This commit is contained in:
parent
e7bfd1c959
commit
1978b39337
1 changed files with 0 additions and 8 deletions
|
@ -64,14 +64,6 @@ std::string SystemPreferences::GetColor(const std::string& color,
|
|||
id = COLOR_GRADIENTACTIVECAPTION;
|
||||
} else if (color == "app-workspace") {
|
||||
id = COLOR_APPWORKSPACE;
|
||||
} else if (color == "background") {
|
||||
id = COLOR_BACKGROUND;
|
||||
} else if (color == "button-face") {
|
||||
id = COLOR_BTNFACE;
|
||||
} else if (color == "button-highlight") {
|
||||
id = COLOR_BTNHIGHLIGHT;
|
||||
} else if (color == "button-shadow") {
|
||||
id = COLOR_BTNSHADOW;
|
||||
} else if (color == "button-text") {
|
||||
id = COLOR_BTNTEXT;
|
||||
} else if (color == "caption-text") {
|
||||
|
|
Loading…
Reference in a new issue