Revert "[Tizen] Move DevelHandle::GetCurrentProperty to public"
[platform/core/uifw/dali-core.git] / dali / public-api / object / handle.h
index 624dd59..74bc362 100644 (file)
@@ -302,31 +302,6 @@ public:
   }
 
   /**
-   * @brief Retrieves the latest value of the property from the scene-graph.
-   *
-   * @SINCE_1_2.41
-   * @param[in] index The index of the property
-   * @return The property value
-   */
-  Property::Value GetCurrentProperty( Property::Index index );
-
-  /**
-   * @brief Convenience function for obtaining the current value of a property of a known type.
-   *
-   * @SINCE_1_2.41
-   * @param[in] index The index of the property
-   * @return The property value
-   * @pre The property types match i.e. PropertyTypes::Get<T>() is equal to GetPropertyType(index).
-   */
-  template <typename T>
-  T GetCurrentProperty( Property::Index index )
-  {
-    Property::Value value = GetCurrentProperty( index );
-
-    return T( value.Get<T>() );
-  }
-
-  /**
    * @brief Retrieves all the property indices for this object (including custom properties).
    *
    * @SINCE_1_0.0