summaryrefslogtreecommitdiff
path: root/src/console_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_type.h')
-rw-r--r--src/console_type.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/console_type.h b/src/console_type.h
index 2a99a7038..b62d5d9c4 100644
--- a/src/console_type.h
+++ b/src/console_type.h
@@ -30,10 +30,4 @@ static const TextColour CC_DEBUG = TC_LIGHT_BROWN; ///< Colour for debug outpu
static const TextColour CC_COMMAND = TC_GOLD; ///< Colour for the console's commands.
static const TextColour CC_WHITE = TC_WHITE; ///< White console lines for various things such as the welcome.
-static inline bool IsValidConsoleColour(uint c)
-{
- return c == CC_DEFAULT || c == CC_ERROR || c == CC_WARNING || c == CC_INFO ||
- c == CC_DEBUG || c == CC_COMMAND || c == CC_WHITE;
-}
-
#endif /* CONSOLE_TYPE_H */