From 1442dc55702b113fe73bccba89f86fae26514a23 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 23 Jun 2020 13:53:55 -0300 Subject: [PATCH] Removing debug method. --- src/dialogs/save/save.c | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) diff --git a/src/dialogs/save/save.c b/src/dialogs/save/save.c index 789d44e..9dc273d 100644 --- a/src/dialogs/save/save.c +++ b/src/dialogs/save/save.c @@ -532,17 +532,7 @@ static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_ { case LIB3270_CONTENT_ALL: debug("%s","LIB3270_CONTENT_ALL"); -#ifdef DEBUG - { - debug("%s","LIB3270_CONTENT_SELECTED"); - GList * selection = g_list_append_lib3270_selection(NULL, v3270_get_session(dialog->terminal),TRUE); - pixbuf = v3270_get_selection_as_pixbuf(GTK_V3270(dialog->terminal), selection, TRUE); - g_list_free_full(selection,(GDestroyNotify) lib3270_free); - } -#else pixbuf = v3270_get_as_pixbuf(dialog->terminal); -#endif // DEBUG - break; case LIB3270_CONTENT_COPY: -- libgit2 0.21.2