Commit a77773b6 authored by Tomaz Canabrava's avatar Tomaz Canabrava

Remove removed Widget

Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent c051b59a
...@@ -89,7 +89,6 @@ enum DockWidgetTypes { ...@@ -89,7 +89,6 @@ enum DockWidgetTypes {
CUSTOM_COMMAND, CUSTOM_COMMAND,
ONBOARD_FILES, ONBOARD_FILES,
STATUS_DETAILS, STATUS_DETAILS,
PRIMARY_FLIGHT_DISPLAY,
INFO_VIEW, INFO_VIEW,
HIL_CONFIG, HIL_CONFIG,
ANALYZE ANALYZE
...@@ -100,7 +99,6 @@ static const char *rgDockWidgetNames[] = { ...@@ -100,7 +99,6 @@ static const char *rgDockWidgetNames[] = {
"Custom Command", "Custom Command",
"Onboard Files", "Onboard Files",
"Status Details", "Status Details",
"Primary Flight Display",
"Info View", "Info View",
"HIL Config", "HIL Config",
"Analyze" "Analyze"
...@@ -385,9 +383,6 @@ void MainWindow::_createInnerDockWidget(const QString& widgetName) ...@@ -385,9 +383,6 @@ void MainWindow::_createInnerDockWidget(const QString& widgetName)
case STATUS_DETAILS: case STATUS_DETAILS:
widget = new UASInfoWidget(widgetName, action, this); widget = new UASInfoWidget(widgetName, action, this);
break; break;
case PRIMARY_FLIGHT_DISPLAY:
widget = new FlightDisplayWidget(widgetName, action, this);
break;
case HIL_CONFIG: case HIL_CONFIG:
widget = new HILDockWidget(widgetName, action, this); widget = new HILDockWidget(widgetName, action, this);
break; break;
......
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