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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/util.c b/src/core/util.c
index 7b5f0803..0602b28c 100644
--- a/src/core/util.c
+++ b/src/core/util.c
@@ -204,12 +204,6 @@ utf8_fputs (const char *str,
return retval;
}
-void
-meta_free_gslist_and_elements (GSList *list_to_deep_free)
-{
- g_slist_free_full (list_to_deep_free, g_free);
-}
-
#ifdef WITH_VERBOSE_MODE
void
meta_debug_spew_real (const char *format, ...)