From 3cbcbcd717560d77139d221e6a59b3871615d656 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Tue, 23 Jun 2020 13:16:58 +0200 Subject: [PATCH] theme.h: no need to define EINA_FALLTHROUGH --- src/bin/theme.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/bin/theme.h b/src/bin/theme.h index 3e6df7ad..89d1bd4e 100644 --- a/src/bin/theme.h +++ b/src/bin/theme.h @@ -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