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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user