From 282aae6ccfa2b24cd561b48b7a1aef686eef6e82 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 17 May 2014 12:19:58 +0200 Subject: [PATCH] Remove unused code --- src/ui/QGCMAVLinkInspector.cc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/ui/QGCMAVLinkInspector.cc b/src/ui/QGCMAVLinkInspector.cc index a85c71d..82c6464 100644 --- a/src/ui/QGCMAVLinkInspector.cc +++ b/src/ui/QGCMAVLinkInspector.cc @@ -95,19 +95,6 @@ void QGCMAVLinkInspector::rebuildComponentList() components.clear(); ui->componentComboBox->addItem(tr("All"), 0); - -// // Fill -// UASInterface* uas = UASManager::instance()->getUASForId(selectedSystemID); -// if (uas) -// { -// QMap components = uas->getComponents(); - -// foreach (int id, components.keys()) -// { -// QString name = components.value(id); -// ui->componentComboBox->addItem(name, id); -// } -// } } void QGCMAVLinkInspector::addComponent(int uas, int component, const QString& name)