File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/network_gamelist.cpp
Show inline comments
 
@@ -12,8 +12,6 @@
 
 * Also, it handles the request to a server for data about the server
 
 */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../window_func.h"
 
@@ -206,5 +204,3 @@ void NetworkAfterNewGRFScan()
 

	
 
	InvalidateWindowClassesData(WC_NETWORK_WINDOW);
 
}
 

	
 
#endif /* ENABLE_NETWORK */