diff options
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 8d439bd0a..3d0c21998 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -91,23 +91,6 @@ class Theme final : public Palette, const int w, const int h)A_WARN_UNUSED; - enum ProgressPalette - { - PROG_HP = 0, - PROG_HP_POISON, - PROG_MP, - PROG_NO_MP, - PROG_EXP, - PROG_INVY_SLOTS, - PROG_WEIGHT, - PROG_JOB, - PROG_UPDATE, - PROG_MONEY, - PROG_ARROWS, - PROG_STATUS, - THEME_PROG_END - }; - static Color getProgressColor(const int type, const float progress) A_WARN_UNUSED; |