From a6ebd67a9a8275a1057b704e5dbc7d1075391b6d Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 25 Aug 2023 18:06:57 +0600 Subject: [PATCH] comments removal --- source/ubl-settings-resourcequota.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ubl-settings-resourcequota.c b/source/ubl-settings-resourcequota.c index 873f36a..5b26c45 100644 --- a/source/ubl-settings-resourcequota.c +++ b/source/ubl-settings-resourcequota.c @@ -548,7 +548,6 @@ void on_filters_opened(GtkWidget *self, main_window *widgets) { g_signal_connect(G_OBJECT(window->AcceptButton),"clicked",G_CALLBACK(on_apply_filters),dict); gtk_window_set_title(GTK_WINDOW(window->Window),TITLE_LABEL); - // g_free(builder); gtk_widget_show(window->Window); } @@ -666,7 +665,6 @@ void on_add_open(GtkWidget *self, main_window *widgets){ g_signal_connect(G_OBJECT(window->CpuLimitCheck),"toggled",G_CALLBACK(on_quota_configuration_update),window); g_signal_connect(G_OBJECT(window->DeviceLimitReadCheck),"toggled",G_CALLBACK(on_quota_configuration_update),window); g_signal_connect(G_OBJECT(window->DeviceLimitWriteCheck),"toggled",G_CALLBACK(on_quota_configuration_update),window); - // g_signal_connect(G_OBJECT(window->DeviceLimitWriteCombo),"changed",G_CALLBACK(on_quota_configuration_update),window); yon_get_devices(window); dictionary *dict; for_dictionaries(dict,window->devices){