2008-06-06 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-entry.c (clutter_entry_init): Remove a
	variable shadowing another one. (Tommi Komulainen)
This commit is contained in:
Emmanuele Bassi 2008-06-06 14:45:43 +00:00
parent 543b6971b4
commit 66474e3aa5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-entry.c (clutter_entry_init): Remove a
variable shadowing another one. (Tommi Komulainen)
2008-06-06 Emmanuele Bassi <ebassi@openedhand.com>
Bug #955 - ClutterLabel is missing fallback resolution handling

View File

@ -862,7 +862,6 @@ clutter_entry_init (ClutterEntry *self)
{
ClutterBackend *backend = clutter_get_default_backend ();
PangoClutterFontMap *font_map = CLUTTER_CONTEXT ()->font_map;
gdouble resolution;
cairo_font_options_t *font_options;
_context = pango_clutter_font_map_create_context (font_map);