forked from AuroraMiddleware/gtk
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:
parent
39e848c0eb
commit
6a9be60a16
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user