diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 1e2a5097..7b3b8ae0 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -42,7 +42,7 @@ class StatusWindow : public Window, public gcn::ActionListener /** * Constructor. */ - StatusWindow(LocalPlayer *player); + StatusWindow(); /** * Called when receiving actions from widget. @@ -62,8 +62,6 @@ class StatusWindow : public Window, public gcn::ActionListener static void updateHPBar(ProgressBar *bar, bool showMax = false); private: - LocalPlayer *mPlayer; - /** * Status Part */ |