From 85d62dfd7b62f7121a6938bf8fcca0d5c4135b75 Mon Sep 17 00:00:00 2001 From: rephorm Date: Wed, 28 Mar 2007 05:58:54 +0000 Subject: [PATCH] remove #if 1 SVN revision: 29209 --- src/bin/e_eap_editor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c index 95bbf6404..77a095193 100644 --- a/src/bin/e_eap_editor.c +++ b/src/bin/e_eap_editor.c @@ -1,7 +1,6 @@ /* * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ -#if 1 #include "e.h" struct _E_Config_Dialog_Data @@ -507,4 +506,3 @@ _e_desktop_editor_icon_update(E_Config_Dialog_Data *cfdata) /* NB this takes care of freeing any previous icon object */ e_widget_button_icon_set(cfdata->editor->img_widget, o); } -#endif