Merge "System Clipboard shown and items can be pasted" into devel/master
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / actors / mesh-actor-api.h
index cf0fc02..5058039 100644 (file)
@@ -20,7 +20,7 @@
 
 // EXTERNAL INCLUDES
 #include <v8.h>
-#include <dali/public-api/actors/mesh-actor.h>
+#include <dali/devel-api/actors/mesh-actor.h>
 
 namespace Dali
 {
@@ -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