From 9cbc0e4adea4402426444bcea7fa1fccc3755f86 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 27 Feb 2007 16:05:20 +0000 Subject: (svn r8918) -Revert r8914 as the inverted files have been committed not the correct one. --- src/newgrf_gui.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/newgrf_gui.cpp') diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp index 54cbdd536..6d5a78b89 100644 --- a/src/newgrf_gui.cpp +++ b/src/newgrf_gui.cpp @@ -485,9 +485,6 @@ static void NewGRFWndProc(Window *w, WindowEvent *e) break; case WE_DESTROY: - if (!WP(w, newgrf_d).execute) { - CopyGRFConfigList(WP(w, newgrf_d).orig_list, *WP(w, newgrf_d).list); - } /* Remove the temporary copy of grf-list used in window */ ClearGRFConfigList(WP(w, newgrf_d).list); break; -- cgit v1.2.3-54-g00ecf