Removed some unused GUI1 color constants stored as strings
This commit is contained in:
parent
aeee65d6da
commit
60450ed108
2 changed files with 0 additions and 8 deletions
|
@ -46,11 +46,6 @@ const char LARGE_TEXT='*', SMALL_TEXT='`',
|
|||
GREEN_TEXT='@', RED_TEXT='#',
|
||||
COLOR_TEXT='<', IMAGE='&';
|
||||
|
||||
const std::string weapon = "<245,230,193>",
|
||||
weapon_details = "<166,146,117>",
|
||||
unit_type = "<245,230,193>",
|
||||
race = "<166,146,117>";
|
||||
|
||||
std::string::const_iterator parse_markup(std::string::const_iterator i1,
|
||||
std::string::const_iterator i2,
|
||||
int* font_size,
|
||||
|
|
|
@ -31,9 +31,6 @@ namespace font {
|
|||
extern const char LARGE_TEXT, SMALL_TEXT, BOLD_TEXT, NORMAL_TEXT, NULL_MARKUP, BLACK_TEXT, GRAY_TEXT,
|
||||
GOOD_TEXT, BAD_TEXT, GREEN_TEXT, RED_TEXT, COLOR_TEXT, IMAGE;
|
||||
|
||||
// some colors often used in UI
|
||||
extern const std::string weapon, weapon_details, unit_type, race;
|
||||
|
||||
/** Parses the markup-tags at the front of a string. */
|
||||
std::string::const_iterator parse_markup(std::string::const_iterator i1,
|
||||
std::string::const_iterator i2,
|
||||
|
|
Loading…
Add table
Reference in a new issue