From 06230b2fa2ccaa39559d382c8ef71a93176f31a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Mon, 14 Sep 2015 16:01:55 +0200 Subject: Remove QWaylandCompositor::cleanupGraphicsResources() it is not needed anymore since the QWaylandView holds a reference to the buffer and the QWaylandQuickItem owns the texture Change-Id: I0a4da028cf1cecf4b0710b96737dfc1035e5f1f9 Reviewed-by: Paul Olav Tvete --- src/compositor/compositor_api/qwaylandcompositor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compositor/compositor_api/qwaylandcompositor.h') diff --git a/src/compositor/compositor_api/qwaylandcompositor.h b/src/compositor/compositor_api/qwaylandcompositor.h index 177172d8c..a0d416b91 100644 --- a/src/compositor/compositor_api/qwaylandcompositor.h +++ b/src/compositor/compositor_api/qwaylandcompositor.h @@ -128,7 +128,6 @@ public: void setUseHardwareIntegrationExtension(bool use); public Q_SLOTS: - void cleanupGraphicsResources(); void processWaylandEvents(); Q_SIGNALS: -- cgit v1.2.3