Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89592bbe authored by Igor Murashkin's avatar Igor Murashkin
Browse files

GraphicBuffer.h: Remove redundant friend class declaration causing warnings

Change-Id: I8a4b0e0b4d0a1cf472de820553c31f2d42044543
parent f5c7cb31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -124,7 +124,6 @@ private:
    friend class Surface;
    friend class BpSurface;
    friend class BnSurface;
    friend class Surface;
    friend class LightRefBase<GraphicBuffer>;
    GraphicBuffer(const GraphicBuffer& rhs);
    GraphicBuffer& operator = (const GraphicBuffer& rhs);