Fix the broken build for JavaScript plugin 15/82315/1
authorRichard Huang <r.huang@samsung.com>
Tue, 2 Aug 2016 16:22:04 +0000 (17:22 +0100)
committerRichard Huang <r.huang@samsung.com>
Tue, 2 Aug 2016 16:22:04 +0000 (17:22 +0100)
Change-Id: Ib8069e20fad36f6edac499dee51b1596dd887414

plugins/dali-script-v8/src/rendering/texture-set-api.h
plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp

index 8b4159d..a834d86 100644 (file)
@@ -57,7 +57,6 @@ namespace TextureSetApi
    /**
     * TextureSet API see texture-set.h for a description
     */
    /**
     * 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
    void SetSampler( const v8::FunctionCallbackInfo< v8::Value >& args );
 
 }; // namespace TextureSetApi
index 5296651..5f503ec 100644 (file)
@@ -45,7 +45,6 @@ const ApiFunction TextureSetFunctionTable[]=
     * TextureSet API (in order of texture-set.h)
     **************************************/
 
     * TextureSet API (in order of texture-set.h)
     **************************************/
 
-   { "SetImage"                        , TextureSetApi::SetImage },
    { "SetSampler"                      , TextureSetApi::SetSampler },
 };
 
    { "SetSampler"                      , TextureSetApi::SetSampler },
 };