remove blank line

This commit is contained in:
Dana Jansens 2003-09-15 03:21:00 +00:00
parent 0d5d92426f
commit e3e850b718

View file

@ -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;