2007-12-06 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/pango/pangoclutter-render.c: Hush a compiler warning
	by removing a unused variable.
This commit is contained in:
Emmanuele Bassi 2007-12-06 10:55:41 +00:00
parent 40df4dee2b
commit 6cbdff7452
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-12-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/pango/pangoclutter-render.c: Hush a compiler warning
by removing a unused variable.
2007-12-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-label.c (clutter_label_ensure_layout): If the

View File

@ -335,7 +335,6 @@ draw_glyph (PangoRenderer *renderer_,
PangoClutterRenderer *renderer = PANGO_CLUTTER_RENDERER (renderer_);
glyph_info *g;
gint x = (gint)xd, y = (gint)yd;
struct { float x1, y1, x2, y2; } box;
if (glyph & PANGO_GLYPH_UNKNOWN_FLAG)
{