--- deliantra/server/common/utils.C 2006/12/20 09:14:21 1.27 +++ deliantra/server/common/utils.C 2006/12/25 11:25:49 1.29 @@ -546,23 +546,6 @@ ///////////////////////////////////////////////////////////////////////////// -#if 0 -refcounted *refcounted::rc_first; - -refcounted::refcounted () -{ - refcnt = 0; - rc_next = rc_first; - rc_first = this; -} - -refcounted::~refcounted () -{ - assert (!rc_next); - assert (!refcnt); -} -#endif - void *salloc_ (int n) throw (std::bad_alloc) { void *ptr = g_slice_alloc (n);