overlay: Remove unused NULL-check

This commit is contained in:
Timm Bäder 2017-10-20 15:12:28 +02:00
parent 04c550bfb5
commit afea254526

View File

@ -173,8 +173,7 @@ gtk_overlay_get_main_widget_allocation (GtkOverlay *overlay,
main_alloc.height = gtk_widget_get_allocated_height (GTK_WIDGET (overlay));
}
if (main_alloc_out)
*main_alloc_out = main_alloc;
*main_alloc_out = main_alloc;
}
static void