summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 65c7959fb..d40ef46d9 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -757,7 +757,6 @@ static const WindowDesc _group_desc = {
WC_TRAINS_LIST, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
_group_widgets,
- NULL
};
void ShowPlayerGroup(PlayerID player, VehicleType vehicle_type)