gtkframe: remove unused variable

And fix the compiler warning
This commit is contained in:
Carlos Soriano 2015-12-26 20:52:31 +01:00
parent 26d8688cb4
commit 79b6d48983

View File

@ -871,7 +871,6 @@ gtk_frame_real_compute_child_allocation (GtkFrame *frame,
GtkAllocation *child_allocation)
{
GtkFramePrivate *priv = frame->priv;
GtkWidget *widget = GTK_WIDGET (frame);
GtkAllocation allocation;
gint border_width, height;