Remove an unused variable

This commit is contained in:
Matthias Clasen
2011-12-05 18:07:41 -05:00
parent 029a884d9e
commit d978ed85ae

View File

@ -2625,8 +2625,6 @@ gtk_notebook_draw (GtkWidget *widget,
if (priv->operation == DRAG_OPERATION_REORDER &&
gtk_cairo_should_draw_window (cr, priv->drag_window))
{
GtkStyleContext *context;
cairo_save (cr);
gtk_cairo_transform_to_window (cr, widget, priv->drag_window);