forked from AuroraMiddleware/gtk
overlay: Remove unused NULL-check
This commit is contained in:
parent
04c550bfb5
commit
afea254526
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user