diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:00:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:00:03 +0800 |
commit | ad5bf14a297edf4c8c2796bae8ac343ad1551151 (patch) | |
tree | 3767f847f6b0a444d684abe319b35c7137c9b630 /e-util/e-setup.h | |
parent | 5778265e23c39c32412f7dac263c0447b4aefd82 (diff) | |
download | gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.gz 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.h | 11 |
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 */ |