tooltip: Remove unused variables

This commit is contained in:
Benjamin Otte 2011-10-28 10:58:51 -07:00
parent 54d6ef115b
commit 5ada0fc382

View File

@ -608,7 +608,6 @@ maybe_update_shape (GtkTooltip *tooltip)
cairo_t *cr;
cairo_surface_t *surface;
cairo_region_t *region;
gint width, height;
/* fallback to XShape only for non-composited clients */
if (gtk_widget_is_composited (tooltip->window))