X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Factor-wrapper.cpp;h=dded4135335eed29fe9d161d2ab37905c1874613;hp=9ed0edba2639b13106ffd67bf912613d886baef2;hb=c32e712ddb572650fe0766d7f10a9707db5b5c6b;hpb=e8efa9549ccedae5b8377c9eb331aa8392895879 diff --git a/plugins/dali-script-v8/src/actors/actor-wrapper.cpp b/plugins/dali-script-v8/src/actors/actor-wrapper.cpp index 9ed0edb..dded413 100644 --- a/plugins/dali-script-v8/src/actors/actor-wrapper.cpp +++ b/plugins/dali-script-v8/src/actors/actor-wrapper.cpp @@ -199,7 +199,6 @@ const ActorFunctions ActorFunctionTable[]= { "GetChildCount", ActorApi::GetChildCount, ACTOR_API }, { "GetChildAt" , ActorApi::GetChildAt, ACTOR_API }, { "FindChildByName", ActorApi::FindChildByName, ACTOR_API }, - { "FindChildByAlias", ActorApi::FindChildByAlias, ACTOR_API }, { "FindChildById", ActorApi::FindChildById, ACTOR_API }, { "GetParent" , ActorApi::GetParent, ACTOR_API }, { "GetActorType" , ActorApi::GetActorType, ACTOR_API }, // custom for javascript @@ -356,9 +355,6 @@ const ActorFunctions ActorFunctionTable[]= // @todo a version of MeshActor::New( AnimatableMesh ) // @todo SetMaterial // @todo GetMaterial - // SetAffectedByLighting should be a property really - { "SetAffectedByLighting", MeshActorApi::SetAffectedByLighting, MESH_ACTOR_API }, - { "IsAffectedByLighting", MeshActorApi::IsAffectedByLighting, MESH_ACTOR_API }, // @todo BindBonesToMesh /**************************************