summaryrefslogtreecommitdiffstats
path: root/libs/ui
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-28 12:31:00 -0700
committerMathias Agopian <mathias@google.com>2009-05-28 12:31:00 -0700
commit1837beb08d3b7f1ddd68bff1969e66a57f104075 (patch)
treedc55f95af624287b70284154a72b9279481c56bc /libs/ui
parent2820bd4eda4c75457007f11eb9d98da9bff24a27 (diff)
downloadframeworks_base-1837beb08d3b7f1ddd68bff1969e66a57f104075.zip
frameworks_base-1837beb08d3b7f1ddd68bff1969e66a57f104075.tar.gz
frameworks_base-1837beb08d3b7f1ddd68bff1969e66a57f104075.tar.bz2
fix typo defining a singleton attrbutes for an object that is not a singleton -- no side effects, but useless
Diffstat (limited to 'libs/ui')
-rw-r--r--libs/ui/Surface.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ui/Surface.cpp b/libs/ui/Surface.cpp
index 0fe28d4..b8b428f 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())
{