Remove useless defines and variables.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84200
This commit is contained in:
Christopher Michael 2013-02-19 10:59:11 +00:00 committed by Christopher Michael
parent a9cd2aaa02
commit 3f283a62a2
1 changed files with 1 additions and 16 deletions

View File

@ -1,7 +1,7 @@
#ifndef E_MOD_MAIN_H
# define E_MOD_MAIN_H
# define LOGFNS 1
//# define LOGFNS 1
# ifdef LOGFNS
# include <stdio.h>
@ -10,27 +10,12 @@
# define LOGFN(fl, ln, fn)
# endif
# ifndef ECORE_X_RANDR_1_2
# define ECORE_X_RANDR_1_2 ((1 << 16) | 2)
# endif
# ifndef ECORE_X_RANDR_1_3
# define ECORE_X_RANDR_1_3 ((1 << 16) | 3)
# endif
# ifndef E_RANDR_12
# define E_RANDR_12 (e_randr_screen_info.rrvd_info.randr_info_12)
# endif
EAPI extern E_Module_Api e_modapi;
EAPI void *e_modapi_init(E_Module *m);
EAPI int e_modapi_shutdown(E_Module *m);
EAPI int e_modapi_save(E_Module *m);
extern const char *mod_dir;
/**
* @addtogroup Optional_Conf
* @{