diff options
| author | 2013-02-26 14:23:11 -0800 | |
|---|---|---|
| committer | 2013-02-26 14:23:11 -0800 | |
| commit | 89592bbede762588248006f20afd8bd9d4bf5a98 (patch) | |
| tree | 185b51229d8272a5543518c13562a28c9dd80ee0 | |
| parent | f5c7cb316cc8c8e2d6ae93a659ac771420cbfa2b (diff) | |
GraphicBuffer.h: Remove redundant friend class declaration causing warnings
Change-Id: I8a4b0e0b4d0a1cf472de820553c31f2d42044543
| -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); |