Merge remote-tracking branch 'origin/tizen' into new_text
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / shader-effects / shader-effect-api.cpp
index 74762f2..a793c07 100644 (file)
@@ -44,7 +44,6 @@ struct GeometryTypePair
 const GeometryTypePair GeometryTypeTable[]=
 {
     {"image",         GEOMETRY_TYPE_IMAGE },
-    {"text",          GEOMETRY_TYPE_TEXT  },
     {"mesh",          GEOMETRY_TYPE_UNTEXTURED_MESH  },
     {"textured-mesh", GEOMETRY_TYPE_TEXTURED_MESH },
 };