vector part has been used since 2014, now it's widely used in many cases.
let's remove the beta tag, it's mature using in svg.
Change-Id: I1d0d795099c3cfabf70650657d0f5f9de5f09afd
buf = eina_strbuf_new();
for (i = 0; i < edje_file->image_dir->vectors_count; i++)
{
- //TIZEN_ONLY(20171211) Edje_cc: Disable beta feature checking logic
- /*
- if (!beta)
- error_and_abort(ef, "Vector part are currently a beta feature, please enable them by running edje_cc with -beta.");
- */
- //TIZEN_ONLY
-
vector = &edje_file->image_dir->vectors[i];
EINA_LIST_FOREACH(img_dirs, ll, s)
{