aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
authorTrickyLeifa <date.epoch@gmail.com>2022-08-01 21:44:30 +0200
committerTrickyLeifa <date.epoch@gmail.com>2022-08-01 21:44:30 +0200
commit2f24589b2884e9a7bd0b688780ea57ac72db9b32 (patch)
tree202b0c31c33aba1c71f0cf4dbbca0932f91208f8 /include/aoapplication.h
parent7d395b4a333bbbb0fec6314eb07e1878c0c90378 (diff)
Removed unused function.
The function removed was meant to provide a prompt before removing the favorite server. I accidentally left it in, removing it will not affect the functionality of the client.
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 3b635410..4f2c585a 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -138,7 +138,6 @@ public:
// Adds the server to favorite_servers.ini
void add_favorite_server(int p_server);
void remove_favorite_server(int p_server);
- void prompt_remove_favorite_server(int p_server);
void set_server_list(QVector<server_type> &servers) { server_list = servers; }
QVector<server_type> &get_server_list() { return server_list; }