Unverified Commit f09fedfc authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6249 from DonLakeFlyer/DeprecatedWidget

Remove deprecated widget menu item
parents b59e0149 4c0ec79f
...@@ -67,7 +67,6 @@ enum DockWidgetTypes { ...@@ -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[] = { ...@@ -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"
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment