Browse Source

Remove deprecated widget menu item

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
4c0ec79f50
  1. 2
      src/ui/MainWindow.cc

2
src/ui/MainWindow.cc

@ -67,7 +67,6 @@ enum DockWidgetTypes {
MAVLINK_INSPECTOR, MAVLINK_INSPECTOR,
CUSTOM_COMMAND, CUSTOM_COMMAND,
ONBOARD_FILES, ONBOARD_FILES,
DEPRECATED_WIDGET,
HIL_CONFIG, HIL_CONFIG,
ANALYZE ANALYZE
}; };
@ -76,7 +75,6 @@ static const char *rgDockWidgetNames[] = {
"MAVLink Inspector", "MAVLink Inspector",
"Custom Command", "Custom Command",
"Onboard Files", "Onboard Files",
"Deprecated Widget",
"HIL Config", "HIL Config",
"Analyze" "Analyze"
}; };

Loading…
Cancel
Save