summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2018-09-02 13:50:59 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2018-09-02 13:50:59 +0300
commit05fcc25f2c6224af6db0a858f6e33dbde79d3813 (patch)
tree2756af75c7916ba6d26b03bea53d0f98a1ef4c49 /src/include
parent42caba8c77b5e316ab166714c35fe180233f1011 (diff)
downloadmetacity-05fcc25f2c6224af6db0a858f6e33dbde79d3813.tar.gz
boxes: remove meta_rectangle_free_list_and_elements
Diffstat (limited to 'src/include')
-rw-r--r--src/include/boxes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/boxes.h b/src/include/boxes.h
index ddbc545c..4b881753 100644
--- a/src/include/boxes.h
+++ b/src/include/boxes.h
@@ -186,15 +186,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_monitor_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.