Minor warning fixes.
[stockwidget] / lib-stock-home-widget.c
index 8f8d5cb..628d73f 100644 (file)
@@ -428,15 +428,10 @@ cairo_rounded_rectangle(cairo_t *cr,
 static gboolean
 stock_plugin_expose(GtkWidget* widget, GdkEventExpose *event)
 {
-       PangoLayout*                            layout;
-       PangoFontDescription*           desc;
-       cairo_t*                                        cr;
-       int                                                     width  = 0;
-       int                                                     height = 0;
-
-       GdkRectangle *psRect;
-
-       StockPluginContext *psContext = STOCK_HOME_PLUGIN(widget)->context;
+       cairo_t*                         cr;
+       int                                      width  = 0;
+       int                                      height = 0;
+       GdkRectangle            *psRect;
        
        cr = gdk_cairo_create(GDK_DRAWABLE(widget->window));