diff options
author | 2009-05-28 12:31:00 -0700 | |
---|---|---|
committer | 2009-05-28 12:31:00 -0700 | |
commit | 1837beb08d3b7f1ddd68bff1969e66a57f104075 (patch) | |
tree | dc55f95af624287b70284154a72b9279481c56bc /libs/ui/Surface.cpp | |
parent | 2820bd4eda4c75457007f11eb9d98da9bff24a27 (diff) |
fix typo defining a singleton attrbutes for an object that is not a singleton -- no side effects, but useless
Diffstat (limited to 'libs/ui/Surface.cpp')
-rw-r--r-- | libs/ui/Surface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ui/Surface.cpp b/libs/ui/Surface.cpp index 0fe28d462fb0..b8b428f9a2e3 100644 --- a/libs/ui/Surface.cpp +++ b/libs/ui/Surface.cpp @@ -48,8 +48,6 @@ namespace android { // SurfaceBuffer // ============================================================================ -ANDROID_SINGLETON_STATIC_INSTANCE( SurfaceBuffer ) - SurfaceBuffer::SurfaceBuffer() : BASE(), mOwner(false), mBufferMapper(BufferMapper::get()) { |