Remove attached() definition from header.

The implementation of attached() method was removed in commit 'Fix SHM
drawing logic' (330e3a78695bbe7f439676831b2336f3e5e26521) but the
definition in the header file was not.

Change-Id: Ib850bc7101a661882078be95011d75660f621622
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
This commit is contained in:
Erik Larsson 2016-03-27 12:10:19 +02:00 committed by Giulio Camuffo
parent 8d4b8c588d
commit e7ba33c0ec

View File

@ -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;