From 3e2000bba6c234a8c85178e6dd8d5bcb594b5ba6 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Wed, 28 Aug 2019 19:41:36 +0200 Subject: [PATCH] Remove unused function declaration --- wayland_server.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wayland_server.h b/wayland_server.h index 5a1940e6e7..6dde8ff680 100644 --- a/wayland_server.h +++ b/wayland_server.h @@ -235,7 +235,6 @@ private: void shellClientShown(Toplevel *t); quint16 createClientId(KWayland::Server::ClientConnection *c); void destroyInternalConnection(); - void configurationChangeRequested(KWayland::Server::OutputConfigurationInterface *config); template void createSurface(T *surface); void initScreenLocker();