diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-09-13 18:53:50 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-09-13 18:53:50 +0000 |
commit | 7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6 (patch) | |
tree | 41600233f84e4b1efa013857093359f4e889de89 /pango/modules.c | |
parent | 8c633b224b3d2bb5e5ddd57a84ce492bf9505781 (diff) | |
download | pango-7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6.tar.gz |
Oops, undo stuff that were committed accidentally.
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); } |