[AT-SPI] Remove ACCESSIBILITY_ANIMATED property 90/258790/2
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 25 May 2021 14:51:00 +0000 (16:51 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Mon, 31 May 2021 13:48:46 +0000 (13:48 +0000)
This property was used to control automatic emission of the
BoundsChanged event. However, we no longer emit this event, so this
property serves no purpose.

Change-Id: I831ef3abeaa28ad6fc1f374f0c3a9ffef0417488

dali-csharp-binder/src/dali_wrap.cpp

index 8fd9e65..966288a 100755 (executable)
@@ -39221,10 +39221,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_ACCESSIBILITY_ATTRIBUTES_ge
   return (int)Dali::Toolkit::DevelControl::Property::ACCESSIBILITY_ATTRIBUTES;
 }
 
-SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_ACCESSIBILITY_ANIMATED_get() {
-  return (int)Dali::Toolkit::DevelControl::Property::ACCESSIBILITY_ANIMATED;
-}
-
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_View_Property() {
   void * jresult ;
   Dali::Toolkit::Control::Property *result = 0 ;