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

	
 
/** @file network_command.cpp Command handling over network connections. */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "network_admin.h"
 
#include "network_client.h"
 
@@ -344,5 +342,3 @@ void NetworkGameSocketHandler::SendComma
 
	}
 
	p->Send_uint8 (callback);
 
}
 

	
 
#endif /* ENABLE_NETWORK */