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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 3ec866801..b8cc53377 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -440,8 +440,6 @@ public:
virtual void OnClick(Point pt, int widget)
{
- if (widget != GRP_WIDGET_SORT_BY_DROPDOWN && widget != GRP_WIDGET_MANAGE_VEHICLES_DROPDOWN) HideDropDownMenu(this);
-
switch(widget) {
case GRP_WIDGET_SORT_BY_ORDER: // Flip sorting method ascending/descending
this->vehicles.ToggleSortOrder();