summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Larsson <erik@ortogonal.com>2016-03-27 12:10:19 +0200
committerGiulio Camuffo <giulio.camuffo@kdab.com>2016-03-29 08:08:13 +0000
commit61ddea42f2eef3580345c02f22dcc3c90cdc969c (patch)
treebe5c9d39a47f3593881b294022af17323434b6ad /src
parent3fcb77996b3e6c076d50db9ccf9da3aefd24f159 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/client/qwaylandwindow_p.h1
1 files changed, 0 insertions, 1 deletions
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;