QmlProfiler: Remove QmlProfilerPlugin::instance

We're not using it anymore.

Change-Id: I036d472d0be884f617d000d2077e58ba5b527da9
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-05-30 11:57:01 +02:00
parent 073a472336
commit b523eed434
2 changed files with 0 additions and 5 deletions

View File

@@ -45,8 +45,6 @@ public:
ShutdownFlag aboutToShutdown();
static bool debugOutput;
static QmlProfilerPlugin *instance;
static QmlProfilerSettings *globalSettings();
};