Remove friend declarations in WaylandSurface
authorJørgen Lind <jorgen.lind@nokia.com>
Mon, 5 Mar 2012 16:10:14 +0000 (17:10 +0100)
committerSamuel Rødal <samuel.rodal@nokia.com>
Tue, 6 Mar 2012 11:08:22 +0000 (12:08 +0100)
Change-Id: I748f6814e7e4172279ff55f2049d69561305f2ab
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/compositor/compositor_api/waylandsurface.h

index 40b8701..1910052 100644 (file)
@@ -155,9 +155,6 @@ signals:
     void contentOrientationChanged();
     void windowRotationChanged();
 
-    friend class Wayland::Surface;
-    friend class Wayland::SurfacePrivate;
-    friend class Wayland::ExtendedSurface;
 };
 
 #endif // WAYLANDSURFACE_H