File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/packet.cpp
Show inline comments
 
@@ -11,8 +11,6 @@
 
 * @file packet.cpp Basic functions to create, fill and read packets.
 
 */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../../stdafx.h"
 
#include "../../string_func.h"
 

	
 
@@ -310,5 +308,3 @@ void Packet::Recv_string(char *buffer, s
 

	
 
	str_validate(bufp, last, settings);
 
}
 

	
 
#endif /* ENABLE_NETWORK */