--- deliantra/server/common/friend.C 2009/11/06 13:03:34 1.21 +++ deliantra/server/common/friend.C 2009/11/06 13:21:20 1.22 @@ -138,16 +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 - */ -static int -is_friendly (const object *op) -{ - for (objectlink *ol = first_friendly_object; ol; ol = ol->next) - if (ol->ob == op) - return 1; - - return 0; -} -