(Build) Ensure typedef is not defined again 28/27528/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Sep 2014 11:07:32 +0000 (12:07 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Sep 2014 11:07:32 +0000 (12:07 +0100)
Change-Id: I6ce4f95a7f5b84aa288239e5004bbfbcc15909bd

dali/internal/event/common/type-info-impl.cpp

index d10e9cb..750a83d 100644 (file)
@@ -225,7 +225,6 @@ void TypeInfo::GetProperties( Dali::TypeInfo::NameContainer& ret ) const
 
   ret.reserve(indices.size());
 
-  typedef std::vector< Property::Index > IndexContainer; ///< A vector of property indices
   for(Property::IndexContainer::iterator iter = indices.begin(); iter != indices.end(); ++iter)
   {
     const std::string& name = GetPropertyName( *iter );