mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove unused debug code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13311 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f895d7e10f
commit
4e402ce74e
@ -155,13 +155,6 @@ gnc_quickfill_get_char_match (QuickFill *qf, gunichar uc)
|
|||||||
if (NULL == qf) return NULL;
|
if (NULL == qf) return NULL;
|
||||||
|
|
||||||
DEBUG ("xaccGetQuickFill(): index = %u\n", key);
|
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));
|
return g_hash_table_lookup (qf->matches, GUINT_TO_POINTER (key));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user