From ed99b7f3a3eefbd68ccc05b8d7adc0beadeb53e8 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 16 Nov 2023 08:40:06 +0100 Subject: [PATCH] Minor: remove initPlugin()-implementation. --- src/ATBAPP/DeviceControllerInterface.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ATBAPP/DeviceControllerInterface.h b/src/ATBAPP/DeviceControllerInterface.h index 895b474..c8972f9 100644 --- a/src/ATBAPP/DeviceControllerInterface.h +++ b/src/ATBAPP/DeviceControllerInterface.h @@ -24,10 +24,6 @@ class DeviceControllerInterface : public QObject, public UnifiedDCVMCInterface public: - virtual PLUGIN_STATE initPlugin(QObject *eventReceiver, QSettings const &settings) override { - return initDCPlugin(eventReceiver, settings); - } - virtual ~DeviceControllerInterface() {} /**