summaryrefslogtreecommitdiff
path: root/src/bin/e_imc_main.c
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2006-01-10 04:23:43 +0000
committerCarsten Haitzler <raster@rasterman.com>2006-01-10 04:23:43 +0000
commitebf9cca1ed023ab3af5af1349d51fc8a0d0831d7 (patch)
treef0f93f56613af7080222baad50b527fa8f331796 /src/bin/e_imc_main.c
parent28cc14919c2bd984dae8272f013bfeec0e5553e9 (diff)
downloadenlightenment-ebf9cca1ed023ab3af5af1349d51fc8a0d0831d7.tar.gz
ok - turn off visibility stuff for e -0 for some reason just the dropshadow
module has problems with memcpy and memset... but its identical to everything else and i dont see why it doesnt work and others do... weird. SVN revision: 19679
Diffstat (limited to 'src/bin/e_imc_main.c')
-rw-r--r--src/bin/e_imc_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/e_imc_main.c b/src/bin/e_imc_main.c
index c0ca650dae..67ffe4d9bd 100644
--- a/src/bin/e_imc_main.c
+++ b/src/bin/e_imc_main.c
@@ -2,9 +2,8 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "e.h"
-#include <errno.h>
-extern int errno;
+//extern int errno;
static void _e_help(void);
/* externally accessible functions */