Commit 1da6c502 authored by Don Gagne's avatar Don Gagne

Remove unused VehicleComponentSummaryItem

parent 5476a45e
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "AirframeComponent.h" #include "AirframeComponent.h"
#include "QGCPX4AirframeConfig.h" #include "QGCPX4AirframeConfig.h"
#include "VehicleComponentSummaryItem.h"
/// @brief Parameters which signal a change in setupComplete state /// @brief Parameters which signal a change in setupComplete state
static const char* triggerParams[] = { "SYS_AUTOSTART", NULL }; static const char* triggerParams[] = { "SYS_AUTOSTART", NULL };
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "FlightModesComponent.h" #include "FlightModesComponent.h"
#include "FlightModeConfig.h" #include "FlightModeConfig.h"
#include "VehicleComponentSummaryItem.h"
#include "PX4AutoPilotPlugin.h" #include "PX4AutoPilotPlugin.h"
/// @brief Parameters which signal a change in setupComplete state /// @brief Parameters which signal a change in setupComplete state
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "RadioComponent.h" #include "RadioComponent.h"
#include "PX4RCCalibration.h" #include "PX4RCCalibration.h"
#include "VehicleComponentSummaryItem.h"
#include "PX4AutoPilotPlugin.h" #include "PX4AutoPilotPlugin.h"
/// @brief Parameters which signal a change in setupComplete state /// @brief Parameters which signal a change in setupComplete state
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "SafetyComponent.h" #include "SafetyComponent.h"
#include "PX4RCCalibration.h" #include "PX4RCCalibration.h"
#include "VehicleComponentSummaryItem.h"
#include "QGCQmlWidgetHolder.h" #include "QGCQmlWidgetHolder.h"
#include "PX4AutoPilotPlugin.h" #include "PX4AutoPilotPlugin.h"
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "SensorsComponent.h" #include "SensorsComponent.h"
#include "QGCPX4SensorCalibration.h" #include "QGCPX4SensorCalibration.h"
#include "VehicleComponentSummaryItem.h"
#include "PX4AutoPilotPlugin.h" #include "PX4AutoPilotPlugin.h"
// These two list must be kept in sync // These two list must be kept in sync
......
...@@ -44,7 +44,6 @@ FactSystem::FactSystem(QObject* parent) : ...@@ -44,7 +44,6 @@ FactSystem::FactSystem(QObject* parent) :
// FIXME: Where should these go? // FIXME: Where should these go?
qmlRegisterUncreatableType<VehicleComponent>(_factSystemQmlUri, 1, 0, "VehicleComponent", "Can only reference VehicleComponent"); qmlRegisterUncreatableType<VehicleComponent>(_factSystemQmlUri, 1, 0, "VehicleComponent", "Can only reference VehicleComponent");
qmlRegisterUncreatableType<VehicleComponent>(_factSystemQmlUri, 1, 0, "VehicleComponentSummaryItem", "Can only reference VehicleComponentSummaryItem");
qmlRegisterType<QGCPalette>(_factSystemQmlUri, 1, 0, "QGCPalette"); qmlRegisterType<QGCPalette>(_factSystemQmlUri, 1, 0, "QGCPalette");
} }
......
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