diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index ebe1812..49d8ffd 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -251,7 +251,6 @@ int yon_image_resize_from_container(GtkImage *target, GdkPixbuf *pixbuf_unscaled void on_region_resized(GtkWidget *,main_window *widgets); void on_region_resized(GtkWidget *,main_window *widgets){ - int page = gtk_notebook_get_current_page(GTK_NOTEBOOK(widgets->Notebook)); yon_image_resize_from_container(GTK_IMAGE(widgets->SlidesImage), widgets->slides_original); yon_image_resize_from_container(GTK_IMAGE(widgets->RegionImage), widgets->regions_original); yon_image_resize_from_container(GTK_IMAGE(widgets->KeyboardImage), widgets->keyboard_original);