Merge "(Animation) Ensure AnimateBetween updates the cached event-side properties...
[platform/core/uifw/dali-core.git] / dali / internal / common / message-buffer.cpp
index 869bcfc..9e89789 100644 (file)
@@ -97,7 +97,6 @@ unsigned int* MessageBuffer::ReserveMessageSlot( std::size_t size )
   // End marker
   *mNextSlot = 0;
 
   // End marker
   *mNextSlot = 0;
 
-  // @todo Remove cast & change all messages to use WordType instead
   return reinterpret_cast<unsigned int*>(slot);
 }
 
   return reinterpret_cast<unsigned int*>(slot);
 }