diff --git a/openbox/place.c b/openbox/place.c index 545355ce..4987b171 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -71,7 +71,6 @@ static GSList* area_add(GSList *list, Rect *a) return g_slist_prepend(list, r); } - static GSList* area_remove(GSList *list, Rect *a) { GSList *sit;