summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/wayland-egl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hardwareintegration/client/wayland-egl/main.cpp')
-rw-r--r--src/plugins/hardwareintegration/client/wayland-egl/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/hardwareintegration/client/wayland-egl/main.cpp b/src/plugins/hardwareintegration/client/wayland-egl/main.cpp
index 05053ff95..089063553 100644
--- a/src/plugins/hardwareintegration/client/wayland-egl/main.cpp
+++ b/src/plugins/hardwareintegration/client/wayland-egl/main.cpp
@@ -52,10 +52,8 @@ public:
QWaylandClientBufferIntegration *create(const QString&, const QStringList&) override;
};
-QWaylandClientBufferIntegration *QWaylandEglClientBufferPlugin::create(const QString& system, const QStringList& paramList)
+QWaylandClientBufferIntegration *QWaylandEglClientBufferPlugin::create(const QString&, const QStringList&)
{
- Q_UNUSED(paramList);
- Q_UNUSED(system);
return new QWaylandEglClientBufferIntegration();
}