summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r--src/gui/serverdialog.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h
index 5b9d53fd..03ed0f7a 100644
--- a/src/gui/serverdialog.h
+++ b/src/gui/serverdialog.h
@@ -71,13 +71,8 @@ class ServersListModel : public gcn::ListModel
const ServerInfo &getServer(int elementIndex) const
{ return mServers->at(elementIndex); }
- const VersionString &getVersionString(int index) const
- { return mVersionStrings[index]; }
-
void setVersionString(int index, const std::string &version);
- void addServer(const ServerInfo &info, const std::string &version);
-
private:
typedef std::vector<VersionString> VersionStrings;