From 90da480f09838deeff34aa54fc8fe33607adf93a Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 7 Mar 2019 15:06:53 +0100 Subject: Replace meta_rectangle_free_list_and_elements with g_list_free_full Use g_list_free_full --- src/include/boxes.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/include/boxes.h') diff --git a/src/include/boxes.h b/src/include/boxes.h index cf49fe62..87cc68f2 100644 --- a/src/include/boxes.h +++ b/src/include/boxes.h @@ -188,15 +188,6 @@ void meta_rectangle_expand_to_avoiding_struts ( const MetaDirection direction, const GSList *all_struts); -/* Free the list created by - * meta_rectangle_get_minimal_spanning_set_for_region() - * or - * meta_rectangle_find_onscreen_edges () - * or - * meta_rectangle_find_nonintersected_xinerama_edges() - */ -void meta_rectangle_free_list_and_elements (GList *filled_list); - /* could_fit_in_region determines whether one of the spanning_rects is * big enough to contain rect. contained_in_region checks whether one * actually contains it. -- cgit v1.2.1