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%2Frenderable-actor-api.h;h=79716a10f3cfa34dfc7392f046a5b8c281692b6a;hp=463b29548c4fa1e6a093183ce37707d37e63f67f;hb=c386ab67713f45fadefd131e047bcab65a00e8da;hpb=4c85a797e24c20bfb1670c079e5f66a9a5d6fa0e diff --git a/plugins/dali-script-v8/src/actors/renderable-actor-api.h b/plugins/dali-script-v8/src/actors/renderable-actor-api.h index 463b295..79716a1 100644 --- a/plugins/dali-script-v8/src/actors/renderable-actor-api.h +++ b/plugins/dali-script-v8/src/actors/renderable-actor-api.h @@ -44,10 +44,6 @@ namespace RenderableActorApi void GetBlendMode( const v8::FunctionCallbackInfo< v8::Value >& args ); void SetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetBlendEquation( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetBlendEquation( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetBlendColor( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetBlendColor( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); void SetShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); void RemoveShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args );