aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-setup.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-11 08:00:03 +0800
committerDan Winship <danw@src.gnome.org>2000-08-11 08:00:03 +0800
commitad5bf14a297edf4c8c2796bae8ac343ad1551151 (patch)
tree3767f847f6b0a444d684abe319b35c7137c9b630 /e-util/e-setup.h
parent5778265e23c39c32412f7dac263c0447b4aefd82 (diff)
downloadgsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.gz
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.bz2
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.lz
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.xz
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.zst
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.zip
Remove. The shell tells the components where the evolution homedir is now.
* e-setup.[ch]: Remove. The shell tells the components where the evolution homedir is now. * Makefile.am (libeutil_la_SOURCES): Remove e-setup.c svn path=/trunk/; revision=4711
Diffstat (limited to 'e-util/e-setup.h')
-rw-r--r--e-util/e-setup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/e-util/e-setup.h b/e-util/e-setup.h
deleted file mode 100644
index 1c787473d9..0000000000
--- a/e-util/e-setup.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef EVOLUTION_UTIL_SETUP_H
-#define EVOLUTION_UTIL_SETUP_H
-
-#include <glib.h>
-
-gboolean e_setup_base_dir (void);
-
-extern char *evolution_folders_dir;
-extern char *evolution_dir;
-
-#endif /* EVOLUTION_UTIL_SETUP_H */