(svn r27827) -Codechange (r27819): Deduplicate code. (adf88)

This commit is contained in:
frosch 2017-03-25 12:21:17 +00:00
parent 65d77ff317
commit 610bdbd68b
1 changed files with 1 additions and 5 deletions

View File

@ -36,8 +36,6 @@
#include "textfile_gui.h"
#include "stringfilter_type.h"
#include "querystring_gui.h"
#include "signs_func.h"
#include "station_func.h"
#include <vector>
@ -534,9 +532,7 @@ struct GameOptionsWindow : Window {
_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
UpdateCursorSize();
LoadStringWidthTable();
UpdateAllSignVirtCoords();
UpdateAllTownVirtCoords();
UpdateAllStationVirtCoords();
UpdateAllVirtCoords();
break;
case WID_GO_BASE_GRF_DROPDOWN: