diff options
| author | Leifa♥ <26681464+TrickyLeifa@users.noreply.github.com> | 2022-08-01 21:57:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-01 21:57:56 +0200 |
| commit | 90ff911376b0fbebce34dbf9eb3ce9b542292cd2 (patch) | |
| tree | 202b0c31c33aba1c71f0cf4dbbca0932f91208f8 /include/aoapplication.h | |
| parent | 7d395b4a333bbbb0fec6314eb07e1878c0c90378 (diff) | |
| parent | 2f24589b2884e9a7bd0b688780ea57ac72db9b32 (diff) | |
Merge pull request #840 from AttorneyOnline/removed-unused-method
Removed unused prompt remove favorite server method in AOApplication
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 1 |
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; } |
