diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 16:43:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 16:43:01 +0000 |
| commit | 59602b67d0637817a156b7bd0fc05f96fe41dee5 (patch) | |
| tree | 3214f9f260796cf673c8bc69b069fd63b8a0889c /src/wx/servers_list_dialog.h | |
| parent | 4c7416beb0efbf74868f756ddf8013f93c5841dc (diff) | |
Various bits of server tidying up.
Diffstat (limited to 'src/wx/servers_list_dialog.h')
| -rw-r--r-- | src/wx/servers_list_dialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/servers_list_dialog.h b/src/wx/servers_list_dialog.h index 0662a141d..63f1cd6a9 100644 --- a/src/wx/servers_list_dialog.h +++ b/src/wx/servers_list_dialog.h @@ -19,7 +19,6 @@ #include <wx/wx.h> #include <wx/listctrl.h> -#include "lib/server_finder.h" class ServersListDialog : public wxDialog { @@ -29,7 +28,6 @@ public: private: void server_found (ServerDescription); - ServerFinder _server_finder; std::list<ServerDescription> _servers; wxListCtrl* _list; }; |
