From 61ddea42f2eef3580345c02f22dcc3c90cdc969c Mon Sep 17 00:00:00 2001 From: Erik Larsson <erik@ortogonal.com> Date: Sun, 27 Mar 2016 12:10:19 +0200 Subject: [PATCH] Remove attached() definition from header. The implementation of attached() method was removed in commit 'Fix SHM drawing logic' (19260d9846861212881e374229798b3863d1a78d) but the definition in the header file was not. Change-Id: Ib850bc7101a661882078be95011d75660f621622 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com> --- src/client/qwaylandwindow_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h index 3f35a1eba..a905641f3 100644 --- a/src/client/qwaylandwindow_p.h +++ b/src/client/qwaylandwindow_p.h @@ -120,7 +120,6 @@ public: using QtWayland::wl_surface::attach; void attach(QWaylandBuffer *buffer, int x, int y); void attachOffset(QWaylandBuffer *buffer); - QWaylandBuffer *attached() const; QPoint attachOffset() const; using QtWayland::wl_surface::damage; -- GitLab