discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=16378acfd25c8a4df202f5484fca8b41287bd932
commit 16378acfd25c8a4df202f5484fca8b41287bd932 Author: Mike Blumenkrantz <[email protected]> Date: Fri Jul 14 18:44:23 2017 -0400 remove unused defines --- src/bin/e_config.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 806b1fec3..bb4b27a2a 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1,11 +1,5 @@ #include "e.h" -#if ((E_PROFILE >= LOWRES_PDA) && (E_PROFILE <= HIRES_PDA)) -#define DEF_MENUCLICK 1.25 -#else -#define DEF_MENUCLICK 0.25 -#endif - E_API E_Config *e_config = NULL; E_API E_Config_Bindings *e_bindings = NULL; --
