diff options
| author | 2013-02-27 00:43:20 +0000 | |
|---|---|---|
| committer | 2013-02-27 00:43:20 +0000 | |
| commit | 68a029edbbd162f2ca783733df37a44d5082ddee (patch) | |
| tree | d2f718bff4891e2bfbc07aa521e2b3bb589c8598 | |
| parent | 30055f1e96f5a04c6ff5fc7f7d5812fca38c2759 (diff) | |
| parent | 89592bbede762588248006f20afd8bd9d4bf5a98 (diff) | |
Merge "GraphicBuffer.h: Remove redundant friend class declaration causing warnings" into jb-mr2-dev
| -rw-r--r-- | include/ui/GraphicBuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/GraphicBuffer.h b/include/ui/GraphicBuffer.h index d3839ea076..4b9b5a833b 100644 --- a/include/ui/GraphicBuffer.h +++ b/include/ui/GraphicBuffer.h @@ -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); |