From 4e402ce74e548743802281c5feab47ccbef269f1 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 20 Feb 2006 00:02:01 +0000 Subject: [PATCH] Remove unused debug code. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13311 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/QuickFill.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gnome-utils/QuickFill.c b/src/gnome-utils/QuickFill.c index b6572f23b1..aea9963029 100644 --- a/src/gnome-utils/QuickFill.c +++ b/src/gnome-utils/QuickFill.c @@ -155,13 +155,6 @@ gnc_quickfill_get_char_match (QuickFill *qf, gunichar uc) if (NULL == qf) return NULL; DEBUG ("xaccGetQuickFill(): index = %u\n", key); -#if DEBUG_ME - GdkWChar s[2]; - s[0] = wc; - s[1] = 0; - char * r= gnc_wcstombs (s); - PINFO ("ascii char=%s (%d)\n", r, (int) r[0]); -#endif return g_hash_table_lookup (qf->matches, GUINT_TO_POINTER (key)); }