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.
This commit is contained in:
		
							parent
							
								
									7d395b4a33
								
							
						
					
					
						commit
						2f24589b28
					
				@ -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; }
 | 
			
		||||
 | 
			
		||||
@ -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) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user