Removed AffectedByLighting APIs from MeshActor
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / actors / mesh-actor-api.h
index cf0fc02..a2b1055 100644 (file)
@@ -34,15 +34,6 @@ namespace MeshActorApi
    * constructor
    */
   Actor New( const v8::FunctionCallbackInfo< v8::Value >& args );
-
-  /**
-   * Mesh actor API
-   */
-  void SetAffectedByLighting( const v8::FunctionCallbackInfo< v8::Value >& args );
-  void IsAffectedByLighting( const v8::FunctionCallbackInfo< v8::Value >& args );
-
-
-
 }; // namespace MeshActorApi
 
 } // namespace V8Plugin