forked from AuroraMiddleware/gtk
menushell: Remove unused variable
Introduced in 531d0dc32a
. Welcome to the
club of people not using -Werror Stéphane.
This commit is contained in:
parent
531d0dc32a
commit
f770e9ac1e
@ -1723,8 +1723,6 @@ static void
|
||||
gtk_real_menu_shell_cycle_focus (GtkMenuShell *menu_shell,
|
||||
GtkDirectionType dir)
|
||||
{
|
||||
GtkMenuShellPrivate *priv = menu_shell->priv;
|
||||
|
||||
while (menu_shell && !GTK_IS_MENU_BAR (menu_shell))
|
||||
{
|
||||
if (menu_shell->priv->parent_menu_shell)
|
||||
|
Loading…
Reference in New Issue
Block a user