X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Factor-event.i;h=138120abbbe5f4d82b5e0260b9acd91a66340aaf;hp=93f803c8edd56ba48f27eb92cd7270c0cdf782b3;hb=f0372375e114ef5fb0ec86a214f117c48016527f;hpb=0ade1ea02b460b002d9cd82cd3023a5107eb6294 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