Remove UNSIGNED_INTEGER property type as it does not fully work and causes headache
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / property-input-indexer.h
index 295adf1..c19bf14 100644 (file)
@@ -99,14 +99,6 @@ public:
   }
 
   /**
-   * @copydoc Dali::Internal::PropertyInput::GetUnsignedInteger()
-   */
-  virtual const unsigned int& GetUnsignedInteger() const
-  {
-    return mInput->GetConstraintInputUnsignedInteger( mBufferIndex );
-  }
-
-  /**
    * @copydoc Dali::Internal::PropertyInput::GetFloat()
    */
   virtual const float& GetFloat() const