summaryrefslogtreecommitdiff
path: root/src/core/boxes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/boxes.c')
-rw-r--r--src/core/boxes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/boxes.c b/src/core/boxes.c
index e05924e6..49c82ccc 100644
--- a/src/core/boxes.c
+++ b/src/core/boxes.c
@@ -721,7 +721,6 @@ meta_rectangle_expand_to_avoiding_struts (MetaRectangle *rect,
rect->height = expand_to->height;
}
-
/* Run over all struts */
for (strut_iter = all_struts; strut_iter; strut_iter = strut_iter->next)
{
@@ -818,7 +817,6 @@ meta_rectangle_overlaps_with_region (const GList *spanning_rects,
return overlaps;
}
-
void
meta_rectangle_clamp_to_fit_into_region (const GList *spanning_rects,
FixedDirections fixed_directions,