--- deliantra/server/include/region.h 2010/04/25 11:23:31 1.19 +++ deliantra/server/include/region.h 2012/01/03 11:25:32 1.22 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010 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-2005 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -30,8 +30,6 @@ #ifndef REGION_H #define REGION_H -typedef refptr region_ptr; - //+GPL /* @@ -63,7 +61,6 @@ MTH static region *default_region (); MTH static region *find (shstr_cmp name); - static region *find (object_thawer &f); // tries to find region by thawer value static region *read (object_thawer &f); void do_destroy ();