--- deliantra/server/include/libproto.h 2011/04/23 04:56:48 1.99 +++ deliantra/server/include/libproto.h 2012/01/03 11:25:32 1.101 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -45,7 +45,6 @@ void free_all_archs (); void check_generators (); bool load_archetype_file (const char *filename); -object *get_archetype (const char *name); unsigned long hasharch (const char *str, int tablesize); object *clone_arch (int type); object *object_create_arch (archetype *at);