Remove some dead code related to scene graph animator classes
[platform/core/uifw/dali-core.git] / dali / internal / update / animation / scene-graph-animator.h
index 36caa07..ce7b1c0 100644 (file)
@@ -802,11 +802,6 @@ struct AnimatorFunctionBase
     return static_cast<float>( property );
   }
 
-  virtual float operator()(float progress, const uint32_t& property)
-  {
-    return static_cast<float>( property );
-  }
-
   virtual float operator()(float progress, const float& property)
   {
     return property;