File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ class AOApplication : public QApplication {
138138 // Adds the server to favorite_servers.ini
139139 void add_favorite_server (int p_server);
140140 void remove_favorite_server (int p_server);
141- void prompt_remove_favorite_server (int p_server);
142141
143142 void set_server_list (QVector<server_type> &servers) { server_list = servers; }
144143 QVector<server_type> &get_server_list () { return server_list; }
Original file line number Diff line number Diff line change @@ -180,11 +180,6 @@ void AOApplication::remove_favorite_server(int p_server)
180180 save_favorite_list ();
181181}
182182
183- void AOApplication::prompt_remove_favorite_server (int p_server)
184- {
185-
186- }
187-
188183void AOApplication::server_disconnected ()
189184{
190185 if (courtroom_constructed) {
You can’t perform that action at this time.
0 commit comments