Removed GetStretchBorders from NinePatchImage plugin API.
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / image / image-wrapper.cpp
index f4da93e..6206fe4 100644 (file)
@@ -149,7 +149,6 @@ const ImageFunctions ImageFunctionTable[]=
     { "Reload",                  ResourceImageApi::Reload,              RESOURCE_IMAGE_API },
 
     // nine-patch API
-    { "GetStretchBorders",       NinePatchImageApi::GetStretchBorders,        NINE_PATCH_IMAGE_API },
     { "GetChildRectangle",       NinePatchImageApi::GetChildRectangle,        NINE_PATCH_IMAGE_API },
     { "CreateCroppedBufferImage",NinePatchImageApi::CreateCroppedBufferImage, NINE_PATCH_IMAGE_API },