From 2f24589b2884e9a7bd0b688780ea57ac72db9b32 Mon Sep 17 00:00:00 2001 From: TrickyLeifa Date: Mon, 1 Aug 2022 21:44:30 +0200 Subject: 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. --- src/aoapplication.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp index d52fc8b6..11889f72 100644 --- a/src/aoapplication.cpp +++ b/src/aoapplication.cpp @@ -180,11 +180,6 @@ void AOApplication::remove_favorite_server(int p_server) save_favorite_list(); } -void AOApplication::prompt_remove_favorite_server(int p_server) -{ - -} - void AOApplication::server_disconnected() { if (courtroom_constructed) { -- cgit