--- deliantra/server/common/player.C 2007/07/01 05:00:17 1.33 +++ deliantra/server/common/player.C 2007/09/04 05:43:21 1.34 @@ -268,16 +268,3 @@ return 0; } -player * -player::load_pl (const char *path) -{ - object_thawer f (path); - - if (!f) - return 0; - - f.next (); - - return load_pl (f); -} -