Don't warn about Compose file constructs we don't
support. We haven't supported these for a long time,
and nobody has every complained. No need to wake
up sleeping dogs.
while (*p && g_ascii_isspace (*p))
p++;
- if (*p != '\0' && *p != '#')
- g_warning ("Ignoring keysym after string: %s: %s", val, line);
-
compose_data->value = g_string_free (value, FALSE);
return TRUE;
}
return;
if (g_str_has_prefix (line, "include "))
- {
- g_warning ("include in Compose files not supported: %s", line);
- return;
- }
+ return;
components = g_strsplit (line, ":", 2);