summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-07 17:22:48 +0100
committerlukefromdc <[email protected]>2019-04-11 17:43:46 +0000
commit8401f5732d1b4b0eda453f6b3e50fa3564ae970e (patch)
tree0568d55379df501d553d9721aa38407e11344153 /src/include
parent90da480f09838deeff34aa54fc8fe33607adf93a (diff)
downloadmarco-8401f5732d1b4b0eda453f6b3e50fa3564ae970e.tar.bz2
marco-8401f5732d1b4b0eda453f6b3e50fa3564ae970e.tar.xz
Replace meta_free_gslist_and_elements with g_slist_free_full
Use g_slist_free_full
Diffstat (limited to 'src/include')
-rw-r--r--src/include/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/util.h b/src/include/util.h
index 545357f8..107b9365 100644
--- a/src/include/util.h
+++ b/src/include/util.h
@@ -96,8 +96,6 @@ const char* meta_gravity_to_string (int gravity);
char* meta_g_utf8_strndup (const gchar *src, gsize n);
-void meta_free_gslist_and_elements (GSList *list_to_deep_free);
-
GPid meta_show_dialog (const char *type,
const char *message,
const char *timeout,