diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-27 00:53:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-27 00:53:54 +0800 |
commit | 6520af983eeb3154109e4733728780cfeefbf3d7 (patch) | |
tree | 7bb8355988623a346bad09e10face72843e19a09 /shell/main.c | |
parent | aa85963848a6244c2c92a7bef0ddcbd9faf7f536 (diff) | |
download | gsoc2013-evolution-6520af983eeb3154109e4733728780cfeefbf3d7.tar.gz gsoc2013-evolution-6520af983eeb3154109e4733728780cfeefbf3d7.tar.zst gsoc2013-evolution-6520af983eeb3154109e4733728780cfeefbf3d7.zip |
drop now useless gtkhtml/gconf check
2004-01-26 JP Rosevear <jpr@ximian.com>
* main.c: drop now useless gtkhtml/gconf check
svn path=/trunk/; revision=24437
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index b7e3f329a0..71892bd1b0 100644 --- a/shell/main.c +++ b/shell/main.c @@ -68,10 +68,6 @@ #include "e-config-upgrade.h" #include "Evolution-DataServer.h" -#ifdef GTKHTML_HAVE_GCONF -#include <gconf/gconf.h> -#endif - #include <gal/widgets/e-cursors.h> #include <fcntl.h> |