summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 16:27:41 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 16:27:41 +0000
commit91fcf748ea86a85685af4bee5fb269285e3e91ca (patch)
tree12fa2c97e5d97f6e6500f7c584ebffff8b7fdc73 /eglib/gmain.h
parent8f490d50d839a9a0f5efe212faa88c7940c553b5 (diff)
Get rid of g_strfreev too
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index 369602d8..9d2418ef 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -200,7 +200,6 @@ gpointer g_try_malloc0(gulong n_bytes);
void g_free(gpointer mem);
gchar *g_strdup(const gchar *str);
-void g_strfreev(gchar **str_array);
#define g_new(struct_type, n_structs) \
((struct_type *) g_malloc (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))