From cfb962c7f135111891c28c6577f27f42d5365aa1 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 27 May 2008 20:05:36 +0000 Subject: (svn r13297) -Codechange: Use GUIList for the town directory window --- src/openttd.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 06a818d41..1ece64737 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -282,7 +282,6 @@ static void ParseResolution(int res[2], const char *s) static void InitializeDynamicVariables() { /* Dynamic stuff needs to be initialized somewhere... */ - _town_sort = NULL; _industry_mngr.ResetMapping(); _industile_mngr.ResetMapping(); } @@ -318,8 +317,6 @@ static void ShutdownGame() _CargoPacket_pool.CleanPool(); _Engine_pool.CleanPool(); - free((void*)_town_sort); - free(_config_file); /* Close all and any open filehandles */ -- cgit v1.2.3-54-g00ecf