diff options
-rw-r--r-- | src/gui/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/stats.h b/src/gui/stats.h index b730aefb..05769fc2 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -56,7 +56,7 @@ class StatsWindow : public Window, public gcn::ActionListener { */ gcn::Label *statsLabel[6]; gcn::Label *statsDisplayLabel[6]; - gcn::Label *remainingStatsPointsLabel; + //gcn::Label *remainingStatsPointsLabel; /** * Stats buttons. |