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

	
 
/** @file network_content.cpp Content sending/receiving part of the network protocol. */
 

	
 
#if defined(ENABLE_NETWORK)
 

	
 
#include "../stdafx.h"
 
#include "../rev.h"
 
#include "../ai/ai.hpp"
 
@@ -1090,5 +1088,3 @@ void ClientNetworkContentSocketHandler::
 
		if (iter != this->callbacks.End() && *iter == cb) iter++;
 
	}
 
}
 

	
 
#endif /* ENABLE_NETWORK */