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

	
 
/** @file network_admin.cpp Server part of the admin network protocol. */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "../strings_func.h"
 
#include "../date_func.h"
 
@@ -1045,5 +1043,3 @@ void NetworkAdminUpdate(AdminUpdateFrequ
 
		}
 
	}
 
}
 

	
 
#endif /* ENABLE_NETWORK */