Cleaning up the property framework; removal of duplicate methods and incorrect assers
[platform/core/uifw/dali-core.git] / dali / internal / event / events / gesture-detector-impl.cpp
index f9c0076..bf012cc 100644 (file)
@@ -226,21 +226,11 @@ void GestureDetector::SetDefaultProperty( Property::Index index, const Property:
   // None of our properties should be settable from Public API
 }
 
-void GestureDetector::SetCustomProperty( Property::Index index, const CustomProperty& entry, const Property::Value& value )
-{
-  // None of our properties should be settable from Public API
-}
-
 Property::Value GestureDetector::GetDefaultProperty(Property::Index index) const
 {
   return Property::Value();
 }
 
-void GestureDetector::InstallSceneObjectProperty( SceneGraph::PropertyBase& newProperty, const std::string& name, unsigned int index )
-{
-  // We do not want the user to install custom properties
-}
-
 const SceneGraph::PropertyOwner* GestureDetector::GetSceneObject() const
 {
   return NULL;