--- deliantra/server/common/player.C 2010/01/16 12:33:46 1.61 +++ deliantra/server/common/player.C 2010/01/30 23:30:26 1.63 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -39,22 +39,6 @@ return 1; return 0; -} - -/* - * returns true if the adressed object 'ob' is a player - * of the dragon race. - */ -int -is_dragon_pl (const object *op) -{ - if (op - && op->type == PLAYER - && op->arch - && op->arch->race == shstr_dragon) - return 1; - - return 0; } /*