range: Remove outdated comment

This commit is contained in:
Timm Bäder 2019-08-09 19:20:57 +02:00
parent 0544633755
commit 1125d08f0d

View File

@ -1606,10 +1606,6 @@ gtk_range_size_allocate (GtkWidget *widget,
box_alloc.height = box_min_height;
gtk_widget_size_allocate (priv->trough_widget, &box_alloc, -1);
/* TODO: we should compute a proper clip from get_range_border(),
* but this will at least give us outset shadows.
*/
}
static void