notebook: Remove redundant variable declarations

We're already declaring notebook and priv at the top of the function,
and assigning them to the same values.
This commit is contained in:
Emmanuele Bassi 2016-10-17 11:43:06 +01:00
parent 39e848c0eb
commit 6a9be60a16

View File

@ -3579,8 +3579,6 @@ gtk_notebook_drag_end (GtkWidget *widget,
if (priv->rootwindow_drop)
{
GtkNotebook *notebook = GTK_NOTEBOOK (widget);
GtkNotebookPrivate *priv = notebook->priv;
GtkNotebook *dest_notebook = NULL;
gint x, y;