summaryrefslogtreecommitdiff
path: root/roadveh_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'roadveh_gui.c')
-rw-r--r--roadveh_gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/roadveh_gui.c b/roadveh_gui.c
index e2c3ccf9d..1dfb48789 100644
--- a/roadveh_gui.c
+++ b/roadveh_gui.c
@@ -455,10 +455,6 @@ void CcBuildRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2)
static void NewRoadVehWndProc(Window *w, WindowEvent *e)
{
switch (e->event) {
- case WE_INVALIDATE_DATA:
- SetWindowDirty(w);
- break;
-
case WE_PAINT:
DrawNewRoadVehWindow(w);
break;