NetPlay: Remove the "Stop" button

Now that the host can simply close the window, there's no need for this extra control.
This commit is contained in:
Jasper St. Pierre
2013-08-14 18:03:05 -04:00
parent 5241deaebe
commit 1c74e412e2
2 changed files with 0 additions and 9 deletions

View File

@ -67,7 +67,6 @@ public:
Common::FifoQueue<std::string> chat_msgs;
void OnStart(wxCommandEvent& event);
void OnStop(wxCommandEvent& event);
// implementation of NetPlayUI methods
void BootGame(const std::string& filename);