evas examples: remove unecessary beta tag.

vector legacy apis have been officially released.
it doesn't need beta tag anymore.
This commit is contained in:
Hermet Park 2020-08-13 17:01:32 +09:00
parent 812e9f9f09
commit 990c46c94d
2 changed files with 0 additions and 8 deletions

View File

@ -18,10 +18,6 @@
#define WIDTH 800
#define HEIGHT 600
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#include <Eo.h>
#include <Efl.h>
#include <Evas.h>

View File

@ -39,10 +39,6 @@
#define WIDTH 600
#define HEIGHT 600
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#include <Eo.h>
#include <Efl.h>
#include <Evas.h>