From 1da6c502ecfd07495384613c71e17f35120da891 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 4 Feb 2015 10:21:33 -0800 Subject: [PATCH] Remove unused VehicleComponentSummaryItem --- src/AutoPilotPlugins/PX4/AirframeComponent.cc | 1 - src/AutoPilotPlugins/PX4/FlightModesComponent.cc | 1 - src/AutoPilotPlugins/PX4/RadioComponent.cc | 1 - src/AutoPilotPlugins/PX4/SafetyComponent.cc | 1 - src/AutoPilotPlugins/PX4/SensorsComponent.cc | 1 - src/FactSystem/FactSystem.cc | 1 - 6 files changed, 6 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.cc b/src/AutoPilotPlugins/PX4/AirframeComponent.cc index 708438c4e..1f0fefcf2 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.cc @@ -26,7 +26,6 @@ #include "AirframeComponent.h" #include "QGCPX4AirframeConfig.h" -#include "VehicleComponentSummaryItem.h" /// @brief Parameters which signal a change in setupComplete state static const char* triggerParams[] = { "SYS_AUTOSTART", NULL }; diff --git a/src/AutoPilotPlugins/PX4/FlightModesComponent.cc b/src/AutoPilotPlugins/PX4/FlightModesComponent.cc index 8c0084532..525247831 100644 --- a/src/AutoPilotPlugins/PX4/FlightModesComponent.cc +++ b/src/AutoPilotPlugins/PX4/FlightModesComponent.cc @@ -26,7 +26,6 @@ #include "FlightModesComponent.h" #include "FlightModeConfig.h" -#include "VehicleComponentSummaryItem.h" #include "PX4AutoPilotPlugin.h" /// @brief Parameters which signal a change in setupComplete state diff --git a/src/AutoPilotPlugins/PX4/RadioComponent.cc b/src/AutoPilotPlugins/PX4/RadioComponent.cc index 31e555f82..768dd73dd 100644 --- a/src/AutoPilotPlugins/PX4/RadioComponent.cc +++ b/src/AutoPilotPlugins/PX4/RadioComponent.cc @@ -26,7 +26,6 @@ #include "RadioComponent.h" #include "PX4RCCalibration.h" -#include "VehicleComponentSummaryItem.h" #include "PX4AutoPilotPlugin.h" /// @brief Parameters which signal a change in setupComplete state diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.cc b/src/AutoPilotPlugins/PX4/SafetyComponent.cc index fab464197..f12d37e40 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.cc +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.cc @@ -26,7 +26,6 @@ #include "SafetyComponent.h" #include "PX4RCCalibration.h" -#include "VehicleComponentSummaryItem.h" #include "QGCQmlWidgetHolder.h" #include "PX4AutoPilotPlugin.h" diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.cc b/src/AutoPilotPlugins/PX4/SensorsComponent.cc index d97a957d1..29b6282dc 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.cc +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.cc @@ -26,7 +26,6 @@ #include "SensorsComponent.h" #include "QGCPX4SensorCalibration.h" -#include "VehicleComponentSummaryItem.h" #include "PX4AutoPilotPlugin.h" // These two list must be kept in sync diff --git a/src/FactSystem/FactSystem.cc b/src/FactSystem/FactSystem.cc index a18b6f9f2..0fe30b35f 100644 --- a/src/FactSystem/FactSystem.cc +++ b/src/FactSystem/FactSystem.cc @@ -44,7 +44,6 @@ FactSystem::FactSystem(QObject* parent) : // FIXME: Where should these go? qmlRegisterUncreatableType(_factSystemQmlUri, 1, 0, "VehicleComponent", "Can only reference VehicleComponent"); - qmlRegisterUncreatableType(_factSystemQmlUri, 1, 0, "VehicleComponentSummaryItem", "Can only reference VehicleComponentSummaryItem"); qmlRegisterType(_factSystemQmlUri, 1, 0, "QGCPalette"); } -- 2.22.0