diff options
Diffstat (limited to 'pango/modules.c')
-rw-r--r-- | pango/modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c index 3ec762cd..57b13443 100644 --- a/pango/modules.c +++ b/pango/modules.c @@ -260,7 +260,6 @@ pango_engine_pair_get_engine (PangoEnginePair *pair) g_type_module_unuse (G_TYPE_MODULE (pair->module)); } - /* TODO: warn once (per id or something) */ if (!pair->engine) g_printerr ("Failed to load Pango module for id: '%s'", pair->info.id); } |