summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 18:53:50 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 18:53:50 +0000
commit7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6 (patch)
tree41600233f84e4b1efa013857093359f4e889de89 /pango/modules.c
parent8c633b224b3d2bb5e5ddd57a84ce492bf9505781 (diff)
downloadpango-7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6.tar.gz
Oops, undo stuff that were committed accidentally.
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c1
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);
}