summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 403a7d59..3e5df917 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -40,7 +40,7 @@ class StatusWindow : public Window, public gcn::ActionListener
/**
* Constructor.
*/
- StatusWindow(LocalPlayer *player);
+ StatusWindow();
/**
* Called when receiving actions from widget.
@@ -63,8 +63,6 @@ class StatusWindow : public Window, public gcn::ActionListener
static void updateJobBar(ProgressBar *bar, bool percent = true);
private:
- LocalPlayer *mPlayer;
-
/**
* Status Part
*/