diff options
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r-- | src/gui/serverdialog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h index d34fbb9f..bf0a43d6 100644 --- a/src/gui/serverdialog.h +++ b/src/gui/serverdialog.h @@ -150,11 +150,6 @@ class ServerDialog : public Window, void setFieldsReadOnly(bool readOnly); - static bool sortByLastUsage(const ServerInfo& serv1, const ServerInfo& serv2); - static bool sortByName(const ServerInfo& serv1, const ServerInfo& serv2); - - void reorderList(int orderBy); - TextField *mServerNameField; TextField *mPortField; Label *mDescription; |