diff options
author | rbuj <[email protected]> | 2019-03-07 17:22:48 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-04-11 17:43:46 +0000 |
commit | 8401f5732d1b4b0eda453f6b3e50fa3564ae970e (patch) | |
tree | 0568d55379df501d553d9721aa38407e11344153 /src/include/util.h | |
parent | 90da480f09838deeff34aa54fc8fe33607adf93a (diff) | |
download | marco-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/util.h')
-rw-r--r-- | src/include/util.h | 2 |
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, |