diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 0706a17e..84c74ee7 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -79,10 +79,8 @@ class StatusWindow : public Window gcn::Label *mHpLabel, *mMpLabel, *mXpLabel; ProgressBar *mHpBar, *mMpBar, *mXpBar; -#ifdef EATHENA_SUPPORT gcn::Label *mJobLvlLabel, *mJobLabel; ProgressBar *mJobBar; -#endif VertContainer *mAttrCont; ScrollArea *mAttrScroll; @@ -90,9 +88,7 @@ class StatusWindow : public Window ScrollArea *mDAttrScroll; gcn::Label *mCharacterPointsLabel; -#ifdef MANASERV_SUPPORT gcn::Label *mCorrectionPointsLabel; -#endif typedef std::map<int, AttrDisplay*> Attrs; Attrs mAttrs; |