From e14ff05ea070715fd492338f1c9a0f52144e0a3c Mon Sep 17 00:00:00 2001 From: daleclack Date: Sat, 30 Oct 2021 22:32:41 +0800 Subject: [PATCH] delete debug code --- Gtk4/src/MainWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gtk4/src/MainWin.cpp b/Gtk4/src/MainWin.cpp index ffd8d70..c70d901 100644 --- a/Gtk4/src/MainWin.cpp +++ b/Gtk4/src/MainWin.cpp @@ -186,7 +186,7 @@ static void main_win_init(MainWin * win){ win->width=800; win->height=450; get_config(&(win->width),&(win->height)); - g_print("%d %d",win->width,win->height); + //g_print("%d %d",win->width,win->height); //Initailze Window gtk_window_set_icon_name(GTK_WINDOW(win),"My_GtkUI");