1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-10 Remove unused static function

This commit is contained in:
Stefan Karlsson 2015-07-12 17:23:43 +02:00
parent 1a0f5f1bef
commit f55048eb22

View File

@ -71,11 +71,6 @@ using namespace Utils;
enum { debugUAVGadgetManager = 0 };
static inline ExtensionSystem::PluginManager *pluginManager()
{
return ExtensionSystem::PluginManager::instance();
}
// ===================UAVGadgetManager=====================
UAVGadgetManager::UAVGadgetManager(ICore *core, QString name, QIcon icon, int priority, QString uniqueName, QWidget *parent) :