aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-07 05:37:38 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-07 05:37:38 +0800
commitbf5e92e96c434bb6270844cd7ef7a1405f95f4cf (patch)
treea84f440d9bd8dca6328f5067bdce7788dc37f28f /e-util/e-util.h
parent620dda2c3644cf3988bd64fd3b20c3f99fb54e48 (diff)
downloadgsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.tar
gsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.tar.gz
gsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.tar.bz2
gsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.tar.lz
gsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.tar.xz
gsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.tar.zst
gsoc2013-evolution-bf5e92e96c434bb6270844cd7ef7a1405f95f4cf.zip
Increased the version number to 0.3. Increased the so number.
2000-12-06 Christopher James Lahey <clahey@helixcode.com> * configure.in: Increased the version number to 0.3. Increased the so number. * gal/util/e-util.h: Removed unnecessary #define e_str_make_safe e_filename_make_safe. svn path=/trunk/; revision=6824
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index fc6d12ef34..a8a09703d0 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -52,7 +52,6 @@ gchar *e_strstrcase (const gchar *haystack,
const gchar *needle);
void e_filename_make_safe (gchar *string);
-#define e_str_make_safe(x) e_filename_make_safe(x)
void e_marshal_INT__INT_INT_POINTER (GtkObject * object,
GtkSignalFunc func,