[dali_1.0.33] Merge branch 'tizen'
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / actors / actor-wrapper.cpp
index 9ed0edb..dded413 100644 (file)
@@ -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
 
     /**************************************