Removed unused variable

This commit is contained in:
Pierre Pronchery 2012-02-25 22:59:37 +00:00
parent a177ded4cf
commit da1f73bd20

View File

@ -1,5 +1,5 @@
/* $Id$ */ /* $Id$ */
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */ /* Copyright (c) 2006-2012 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Desktop Surfer */ /* This file is part of DeforaOS Desktop Surfer */
/* This program is free software: you can redistribute it and/or modify /* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -466,7 +466,6 @@ static gboolean _switch_page_idle(gpointer data)
Surfer * surfer = data; Surfer * surfer = data;
gint n; gint n;
GtkWidget * ghtml; GtkWidget * ghtml;
gdouble zoom;
if((n = gtk_notebook_get_current_page(GTK_NOTEBOOK(surfer->notebook))) if((n = gtk_notebook_get_current_page(GTK_NOTEBOOK(surfer->notebook)))
< 0) < 0)