File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/network_chat_gui.cpp
Show inline comments
 
@@ -11,8 +11,6 @@
 

	
 
#include <stdarg.h> /* va_list */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "../strings_func.h"
 
#include "../blitter/factory.hpp"
 
@@ -562,5 +560,3 @@ void ShowNetworkChatQueryWindow(DestType
 
	DeleteWindowByClass(WC_SEND_NETWORK_MSG);
 
	new NetworkChatWindow(&_chat_window_desc, type, dest);
 
}
 

	
 
#endif /* ENABLE_NETWORK */