diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index f71b5c29f3..da07b4aa82 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -2347,11 +2347,6 @@ public: case WID_VL_CAPTION_SHARED_ORDERS: { switch (this->vli.type) { case VL_SHARED_ORDERS: // Shared Orders - if (this->vehicles.size() == 0) { - /* We can't open this window without vehicles using this order - * and we should close the window when deleting the order. */ - NOT_REACHED(); - } SetDParam(0, this->vehicles.size()); break;