--- deliantra/server/include/network.h 2007/05/28 21:15:56 1.12 +++ deliantra/server/include/network.h 2007/06/09 22:54:03 1.13 @@ -335,15 +335,5 @@ inline sint16 net_sint16 (uint8 *data) { return sint16 (net_uint16 (data)); } inline sint16 net_sint32 (uint8 *data) { return sint32 (net_uint32 (data)); } -struct CS_Stats -{ - int ibytes; /* ibytes, obytes are bytes in, out */ - int obytes; - short max_conn; /* Maximum connections received */ - time_t time_start; /* When we started logging this */ -}; - -extern CS_Stats cst_tot, cst_lst; - #endif