From c10880ced492a81115349d66204daeeb26a75864 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 7 Jan 2013 20:49:15 +0000 Subject: [PATCH] Remove whitespace --- src/input_win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input_win.c b/src/input_win.c index 50565107..ee97ba55 100644 --- a/src/input_win.c +++ b/src/input_win.c @@ -467,8 +467,6 @@ _printable(const wint_t ch) char bytes[MB_CUR_MAX+1]; size_t utf_len = wcrtomb(bytes, ch, NULL); bytes[utf_len] = '\0'; - gunichar unichar = g_utf8_get_char(bytes); return g_unichar_isprint(unichar) && (ch != KEY_MOUSE); - }