--- deliantra/server/common/exp.C 2007/11/08 19:43:23 1.17 +++ deliantra/server/common/exp.C 2008/04/15 03:16:02 1.18 @@ -231,18 +231,3 @@ } } -/* Dump the table - useful in terms of debugging to make sure the - * format of the exp_table is correct. - */ - -void -dump_experience () -{ - int i; - - for (i = 1; i <= settings.max_level; i++) - { - fprintf (logfile, "%4d %20lld\n", i, (long long) levels[i]); - } - exit (0); -}