[gtk+] tooltip: Remove unused variables



commit 5ada0fc382c61e8bdb294685e411c2ea1550cdbf
Author: Benjamin Otte <otte redhat com>
Date:   Fri Oct 28 10:58:51 2011 -0700

    tooltip: Remove unused variables

 gtk/gtktooltip.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index 2ca7748..3ceca8b 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))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]