From 4c0ec79f50b8354ae27e5094d65dec2a03a5a1b3 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Thu, 22 Mar 2018 17:52:42 -0700 Subject: [PATCH] Remove deprecated widget menu item --- src/ui/MainWindow.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index 457948e..9fa3240 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -67,7 +67,6 @@ enum DockWidgetTypes { MAVLINK_INSPECTOR, CUSTOM_COMMAND, ONBOARD_FILES, - DEPRECATED_WIDGET, HIL_CONFIG, ANALYZE }; @@ -76,7 +75,6 @@ static const char *rgDockWidgetNames[] = { "MAVLink Inspector", "Custom Command", "Onboard Files", - "Deprecated Widget", "HIL Config", "Analyze" };