viewport: Remove unused variable

This commit is contained in:
Benjamin Otte 2014-06-10 13:44:25 +02:00
parent 8ea013290b
commit cdd341ed7d

View File

@ -605,7 +605,6 @@ gtk_viewport_set_shadow_type (GtkViewport *viewport,
GtkShadowType type)
{
GtkViewportPrivate *priv;
GtkAllocation allocation;
GtkWidget *widget;
g_return_if_fail (GTK_IS_VIEWPORT (viewport));