Merge "Initialize 'mDepthTreeDirty' member in stage-impl.cpp" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / common / message-buffer.h
index d731b9d..8e1a17a 100644 (file)
@@ -21,9 +21,6 @@
 // EXTERNAL INCLUDES
 #include <cstddef>
 
-// INTERNAL INCLUDES
-#include <dali/devel-api/common/mutex.h>
-
 namespace Dali
 {
 
@@ -146,7 +143,6 @@ private:
 
   std::size_t mCapacity; ///< The memory allocated with respect to sizeof(WordType)
   std::size_t mSize;     ///< The memory reserved for messages with respect to sizeof(WordType)
-  Dali::Mutex mMutex;    ///< Mutex to ensure correct access locking
 };
 
 } // namespace Internal