Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c4ec716 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix typo defining a singleton attrbutes for an object that is not a singleton...

fix typo defining a singleton attrbutes for an object that is not a singleton -- no side effects, but useless
parent b1a39d67
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -48,8 +48,6 @@ namespace android {
//  SurfaceBuffer
// ============================================================================

ANDROID_SINGLETON_STATIC_INSTANCE( SurfaceBuffer )

SurfaceBuffer::SurfaceBuffer() 
    : BASE(), mOwner(false), mBufferMapper(BufferMapper::get())
{