--- deliantra/server/common/friend.C 2008/05/06 16:55:25 1.18 +++ deliantra/server/common/friend.C 2009/01/08 00:54:55 1.19 @@ -105,18 +105,6 @@ } } -/* - * Dumps all friendly objects. - */ -void -dump_friendly_objects (void) -{ - objectlink *ol; - - for (ol = first_friendly_object; ol; ol = ol->next) - LOG (llevError, "%s (%d)\n", &ol->ob->name, ol->ob->count); -} - /* New function, MSW 2000-1-14 * It traverses the friendly list removing objects that should not be here * (ie, do not have friendly flag set, freed, etc)