summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend')
-rw-r--r--src/input/frontend/qinputaspect.cpp8
-rw-r--r--src/input/frontend/qinputaspect.h2
2 files changed, 0 insertions, 10 deletions
diff --git a/src/input/frontend/qinputaspect.cpp b/src/input/frontend/qinputaspect.cpp
index 681b9a0de..aa64d5e0d 100644
--- a/src/input/frontend/qinputaspect.cpp
+++ b/src/input/frontend/qinputaspect.cpp
@@ -214,14 +214,6 @@ void QInputAspect::onInitialize(const QVariantMap &)
d->m_inputHandler->registerEventFilters(eventService);
}
-void QInputAspect::onStartup()
-{
-}
-
-void QInputAspect::onShutdown()
-{
-}
-
void QInputAspect::onCleanup()
{
Q_D(QInputAspect);
diff --git a/src/input/frontend/qinputaspect.h b/src/input/frontend/qinputaspect.h
index 3204939d6..d0348cc7d 100644
--- a/src/input/frontend/qinputaspect.h
+++ b/src/input/frontend/qinputaspect.h
@@ -70,8 +70,6 @@ public Q_SLOTS:
private:
void onInitialize(const QVariantMap &data) Q_DECL_OVERRIDE;
- void onStartup() Q_DECL_OVERRIDE;
- void onShutdown() Q_DECL_OVERRIDE;
void onCleanup() Q_DECL_OVERRIDE;
void loadInputDevicePlugins();