Merge "GraphicBuffer.h: Remove redundant friend class declaration causing warnings" into jb-mr2-dev

This commit is contained in:
Igor Murashkin 2013-02-27 00:43:20 +00:00 committed by Android (Google) Code Review
commit 68a029edbb
1 changed files with 0 additions and 1 deletions

View File

@ -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);