diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-03-25 13:40:03 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-03-25 13:40:03 +0100 |
commit | 871add6fe5794b4320f2918d1b17504f8e839230 (patch) | |
tree | bae5d3cf66cb01ab5ffbd9ef44c56a30f7c89e49 | |
parent | 735b848660480e964664c601e4f6077cd606ab59 (diff) |
Remove BETA support from Hello Cmd
This tutorial only requires stable API now!
No need to request BETA (or EO) support.
-rw-r--r-- | tutorial/c/hello-cmdline/src/cmdline_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tutorial/c/hello-cmdline/src/cmdline_main.c b/tutorial/c/hello-cmdline/src/cmdline_main.c index 35816d7d..0169c964 100644 --- a/tutorial/c/hello-cmdline/src/cmdline_main.c +++ b/tutorial/c/hello-cmdline/src/cmdline_main.c | |||
@@ -1,6 +1,3 @@ | |||
1 | #define EFL_EO_API_SUPPORT 1 | ||
2 | #define EFL_BETA_API_SUPPORT 1 | ||
3 | |||
4 | #include <Eina.h> | 1 | #include <Eina.h> |
5 | #include <Efl_Core.h> | 2 | #include <Efl_Core.h> |
6 | 3 | ||