summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensor/test_sensorplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsensor/test_sensorplugin.cpp')
-rw-r--r--tests/auto/qsensor/test_sensorplugin.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/qsensor/test_sensorplugin.cpp b/tests/auto/qsensor/test_sensorplugin.cpp
index 6633bf8c..08d6cd3e 100644
--- a/tests/auto/qsensor/test_sensorplugin.cpp
+++ b/tests/auto/qsensor/test_sensorplugin.cpp
@@ -120,17 +120,4 @@ public:
REGISTER_STATIC_PLUGIN_V2(TestSensorPlugin)
-class LegacySensorPlugin : public QSensorPluginInterface
-{
-public:
- void registerSensors()
- {
- qWarning() << "Loaded the LegacySensorPlugin";
- }
- QStringList keys() const { return QStringList() << "legacy";}
-
-};
-
-REGISTER_STATIC_PLUGIN(LegacySensorPlugin)
-
#include "test_sensorplugin.moc"