summaryrefslogtreecommitdiff
path: root/src/gui/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/connection.h')
-rw-r--r--src/gui/connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h
index 1686668a..baf8e1d8 100644
--- a/src/gui/connection.h
+++ b/src/gui/connection.h
@@ -32,7 +32,6 @@
#include "../guichanfwd.h"
-class Button;
class ProgressBar;
/**
@@ -57,8 +56,6 @@ class ConnectionDialog : public Window, public gcn::ActionListener {
void logic();
private:
- gcn::Label *mLabel;
- Button *mCancelButton;
ProgressBar *mProgressBar;
float mProgress;
int mStatus;