remove unused defines

This commit is contained in:
Mike Blumenkrantz 2017-07-14 18:44:23 -04:00
parent 9173deb1fc
commit 16378acfd2
1 changed files with 0 additions and 6 deletions

View File

@ -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;