From c0d7a2626d41653893b0bedc9b7245f1412965bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B8rgen=20Lind?= Date: Mon, 5 Mar 2012 17:10:14 +0100 Subject: [PATCH] Remove friend declarations in WaylandSurface MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I748f6814e7e4172279ff55f2049d69561305f2ab Reviewed-by: Samuel Rødal --- src/compositor/compositor_api/waylandsurface.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/compositor/compositor_api/waylandsurface.h b/src/compositor/compositor_api/waylandsurface.h index 40b8701..1910052 100644 --- a/src/compositor/compositor_api/waylandsurface.h +++ b/src/compositor/compositor_api/waylandsurface.h @@ -155,9 +155,6 @@ signals: void contentOrientationChanged(); void windowRotationChanged(); - friend class Wayland::Surface; - friend class Wayland::SurfacePrivate; - friend class Wayland::ExtendedSurface; }; #endif // WAYLANDSURFACE_H -- 2.7.4