X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Factor-event.i;h=138120abbbe5f4d82b5e0260b9acd91a66340aaf;hb=86056d96e95ce8f0d1f8582da99c7cc2eeaaf4de;hp=93f803c8edd56ba48f27eb92cd7270c0cdf782b3;hpb=edd703ba97ff54cc54f6e8734ba23a9bfbe63c7e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/SWIG/events/actor-event.i b/plugins/dali-swig/SWIG/events/actor-event.i index 93f803c..138120a 100755 --- a/plugins/dali-swig/SWIG/events/actor-event.i +++ b/plugins/dali-swig/SWIG/events/actor-event.i @@ -85,20 +85,6 @@ } } - public bool BatchParent - { - get - { - bool temp = false; - GetProperty( Actor.Property.BATCH_PARENT).Get( ref temp ); - return temp; - } - set - { - SetProperty( Actor.Property.BATCH_PARENT, new Dali.Property.Value( value ) ); - } - } - public int SiblingOrder { get