menushell: Remove unused variable

Introduced in 531d0dc32a. Welcome to the
club of people not using -Werror Stéphane.
This commit is contained in:
Benjamin Otte 2012-12-17 17:17:54 +01:00
parent 531d0dc32a
commit f770e9ac1e

View File

@ -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)