Remove dead GLib code

This commit is contained in:
Berke Viktor
2013-05-12 05:58:16 +02:00
parent de819e12bf
commit 171dbcdedf
3 changed files with 0 additions and 34 deletions

View File

@@ -1637,10 +1637,6 @@ key_action_tab_comp (GtkWidget *t, GdkEventKey *entry, char *d1, char *d2,
strncat (buf, result, COMP_BUF - prefix_len);
cursor_pos = strlen (buf);
g_free(result);
#if !GLIB_CHECK_VERSION(2,4,0)
g_utf8_validate (buf, -1, (const gchar **)&result);
(*result) = 0;
#endif
if (postfix)
{
strcat (buf, " ");