diff options
author | Benjamin Otte <otte@redhat.com> | 2011-10-28 10:58:51 -0700 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-11-02 02:32:54 +0100 |
commit | 5ada0fc382c61e8bdb294685e411c2ea1550cdbf (patch) | |
tree | 7487f10b0d553840ec838aa14144e70c40051336 /gtk/gtktooltip.c | |
parent | 54d6ef115b364edfebaaa67cc584006adaf499dc (diff) | |
download | gtk+-5ada0fc382c61e8bdb294685e411c2ea1550cdbf.tar.gz |
tooltip: Remove unused variables
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r-- | gtk/gtktooltip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index 2ca77489c0..3ceca8b888 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -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)) |