From aa86dbe6a7c966a4bfa7aa6c81218fe58f0bf92d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 May 2015 15:18:19 +0300 Subject: Move theme progress colors enum into separate file. --- src/gui/theme.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/gui/theme.h') 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; -- cgit v1.2.3-70-g09d2