--- deliantra/server/common/friend.C 2009/10/12 14:00:57 1.20 +++ deliantra/server/common/friend.C 2009/11/06 13:21:20 1.22 @@ -138,18 +138,3 @@ LOG (llevDebug, "clean_friendly_list: Removed %d bogus links\n", count); } -/* Checks if the given object is already in the friendly list or not - * Lauwenmark - 31/07/05 - */ -int -is_friendly (const object *op) -{ - objectlink *ol; - - for (ol = first_friendly_object; ol; ol = ol->next) - if (ol->ob == op) - return 1; - - return 0; -} -