theme.h: no need to define EINA_FALLTHROUGH

This commit is contained in:
Boris Faure 2020-06-23 13:16:58 +02:00
parent 4bc712b07d
commit 3cbcbcd717
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 0 additions and 12 deletions

View File

@ -13,16 +13,4 @@ const char *theme_path_get(const char *name);
Eina_Bool utils_need_scale_wizard(void);
#if (ELM_VERSION_MAJOR == 1) && (ELM_VERSION_MINOR < 20)
# if __GNUC__ >= 7
# define EINA_FALLTHROUGH __attribute__ ((fallthrough));
# else
# define EINA_FALLTHROUGH
# endif
#else
# ifndef EINA_FALLTHROUGH
# define EINA_FALLTHROUGH
# endif
#endif
#endif