diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.cc b/src/AutoPilotPlugins/PX4/AirframeComponent.cc index 708438c..1f0fefc 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 8c00845..5252478 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 31e555f..768dd73 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 fab4641..f12d37e 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 d97a957..29b6282 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 a18b6f9..0fe30b3 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"); }