From ed03ec25de7e44d8e9a6aea359518851f5a8efa9 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Sat, 15 Dec 2018 23:06:30 +0100 Subject: remove stray Q_UNUSED call The variable actually is used. Change-Id: I758c35e49b5c9f861ae40c34dcd4fa60d85361ae Reviewed-by: Johan Helsing --- src/client/qwaylanddisplay.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/client/qwaylanddisplay.cpp b/src/client/qwaylanddisplay.cpp index bd75b6bcd..91c1d4115 100644 --- a/src/client/qwaylanddisplay.cpp +++ b/src/client/qwaylanddisplay.cpp @@ -236,8 +236,6 @@ void QWaylandDisplay::waitForScreens() void QWaylandDisplay::registry_global(uint32_t id, const QString &interface, uint32_t version) { - Q_UNUSED(version); - struct ::wl_registry *registry = object(); if (interface == QStringLiteral("wl_output")) { -- cgit v1.2.3