summaryrefslogtreecommitdiff
path: root/src/core/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/util.c')
-rw-r--r--src/core/util.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/util.c b/src/core/util.c
index b2e4debe..1459160b 100644
--- a/src/core/util.c
+++ b/src/core/util.c
@@ -202,15 +202,6 @@ utf8_fputs (const char *str,
}
void
-meta_free_gslist_and_elements (GSList *list_to_deep_free)
-{
- g_slist_foreach (list_to_deep_free,
- (void (*)(gpointer,gpointer))&g_free, /* ew, for ugly */
- NULL);
- g_slist_free (list_to_deep_free);
-}
-
-void
meta_verbose (const char *format, ...)
{
va_list args;