From 5d7c830f82cdaba33bfd91192e9a95b49ec155b3 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 14 Apr 2016 09:04:25 +0200 Subject: Remove unused signal QWaylandSurface::pong It appears to be a leftover from when QWaylandSurface::ping existed (which forwarded the ping event to the wl_shell interface for the client corresponding to the wl_surface). There is no guarantee that the wl_surface has a role that supports some form of ping, so it doesn't make much sense to keep the signal. Change-Id: I83a0ef5785dcf94d02c37b0a1535c3c0b0913709 Reviewed-by: Giulio Camuffo --- src/imports/compositor/plugins.qmltypes | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports/compositor/plugins.qmltypes') diff --git a/src/imports/compositor/plugins.qmltypes b/src/imports/compositor/plugins.qmltypes index f52029b65..2c83eb2f8 100644 --- a/src/imports/compositor/plugins.qmltypes +++ b/src/imports/compositor/plugins.qmltypes @@ -283,7 +283,6 @@ Module { name: "offsetForNextFrame" Parameter { name: "offset"; type: "QPoint" } } - Signal { name: "pong" } Signal { name: "surfaceDestroyed" } Signal { name: "subsurfacePositionChanged" -- cgit v1.2.3