wayland: Drop DataDeviceInterface::updateProxy()

It's unused.
master
Vlad Zahorodnii 2 years ago
parent b637785f49
commit 3de852cd4f

@ -319,12 +319,6 @@ void DataDeviceInterface::updateDragTarget(SurfaceInterface *surface, quint32 se
}
}
void DataDeviceInterface::updateProxy(SurfaceInterface *remote)
{
// TODO: connect destroy signal?
d->proxyRemoteSurface = remote;
}
wl_client *DataDeviceInterface::client()
{
return d->resource()->client();

@ -96,7 +96,6 @@ public:
* @param serial The serial to be used for enter/leave
*/
void updateDragTarget(SurfaceInterface *surface, quint32 serial) override;
void updateProxy(SurfaceInterface *remote);
wl_client *client();

@ -33,7 +33,6 @@ public:
SeatInterface *seat;
DataDeviceInterface *q;
QPointer<DataSourceInterface> selection;
QPointer<SurfaceInterface> proxyRemoteSurface;
struct Drag
{

Loading…
Cancel
Save