From 60e86925712d9ec15583644dddaba523c16e8882 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Tue, 2 Aug 2016 17:22:04 +0100 Subject: [PATCH 1/1] Fix the broken build for JavaScript plugin Change-Id: Ib8069e20fad36f6edac499dee51b1596dd887414 --- plugins/dali-script-v8/src/rendering/texture-set-api.h | 1 - plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/dali-script-v8/src/rendering/texture-set-api.h b/plugins/dali-script-v8/src/rendering/texture-set-api.h index 8b4159d..a834d86 100644 --- a/plugins/dali-script-v8/src/rendering/texture-set-api.h +++ b/plugins/dali-script-v8/src/rendering/texture-set-api.h @@ -57,7 +57,6 @@ namespace TextureSetApi /** * TextureSet API see texture-set.h for a description */ - void SetImage( const v8::FunctionCallbackInfo< v8::Value >& args ); void SetSampler( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace TextureSetApi diff --git a/plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp b/plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp index 5296651..5f503ec 100644 --- a/plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp +++ b/plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp @@ -45,7 +45,6 @@ const ApiFunction TextureSetFunctionTable[]= * TextureSet API (in order of texture-set.h) **************************************/ - { "SetImage" , TextureSetApi::SetImage }, { "SetSampler" , TextureSetApi::SetSampler }, }; -- 2.7.4