diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-19 21:02:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-19 21:02:46 +0300 |
commit | d6649b58d7e9696e66299d47d77b42afd4c67f40 (patch) | |
tree | 460e5abbdbace9db5c280d4996c0996c0b22dc76 /src/gui/serverdialog.h | |
parent | ce6238dcc772ec901291c5f1dc5e57b89a0a2fc4 (diff) | |
download | plus-d6649b58d7e9696e66299d47d77b42afd4c67f40.tar.gz plus-d6649b58d7e9696e66299d47d77b42afd4c67f40.tar.bz2 plus-d6649b58d7e9696e66299d47d77b42afd4c67f40.tar.xz plus-d6649b58d7e9696e66299d47d77b42afd4c67f40.zip |
improve serverdialog class.
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r-- | src/gui/serverdialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h index 3eebff6c7..4969e2487 100644 --- a/src/gui/serverdialog.h +++ b/src/gui/serverdialog.h @@ -188,11 +188,8 @@ class ServerDialog : public Window, /** Status of the current download. */ ServerDialogDownloadStatus mDownloadStatus; - Net::Download *mDownload; - float mDownloadProgress; - ServerInfo *mServerInfo; CheckBox *mPersistentIPCheckBox; }; |