[gnome-panel/gtk3] fish: Removed unused and deprecated variables/functions



commit 06ba8baca99792601715a0fdc6f04811f66fa4af
Author: Germán Póo-Caamaño <gpoo gnome org>
Date:   Sun Jan 30 20:09:27 2011 -0800

    fish: Removed unused and deprecated variables/functions
    
    Signed-off-by: Germán Póo-Caamaño <gpoo gnome org>

 applets/fish/fish.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/applets/fish/fish.c b/applets/fish/fish.c
index ba62d07..684e828 100644
--- a/applets/fish/fish.c
+++ b/applets/fish/fish.c
@@ -1577,8 +1577,6 @@ fish_applet_expose_event (GtkWidget      *widget,
 			  FishApplet     *fish)
 {
 	GdkWindow    *window;
-	GtkStyle     *style;
-	GtkStateType  state;
 	int width, height;
 	int src_x, src_y;
         cairo_t *cr;
@@ -1588,8 +1586,6 @@ fish_applet_expose_event (GtkWidget      *widget,
 	g_assert (fish->n_frames > 0);
 
 	window = gtk_widget_get_window (widget);
-	style = gtk_widget_get_style (widget);
-	state = gtk_widget_get_state (widget);
 
 	width = cairo_xlib_surface_get_width (fish->surface);
 	height = cairo_xlib_surface_get_height (fish->surface);



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