Removed debug print

This commit is contained in:
Scoopta 2020-03-05 19:07:25 -08:00
parent dc58ddbfb8
commit 1b299e658f

View File

@ -410,7 +410,6 @@ static void update_surface_size(void) {
gtk_window_resize(GTK_WINDOW(window), width, height); gtk_window_resize(GTK_WINDOW(window), width, height);
gtk_widget_set_size_request(scroll, width, height); gtk_widget_set_size_request(scroll, width, height);
printf("%lux%lu\n", width, height);
} }
static void widget_allocate(GtkWidget* widget, GdkRectangle* allocation, gpointer data) { static void widget_allocate(GtkWidget* widget, GdkRectangle* allocation, gpointer data) {