Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
roroah committed Oct 10, 2015
1 parent 411f37b commit 5cdd14a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/tonegod/gui/controls/menuing/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -701,18 +701,6 @@ private void handleMenuItemClick(MenuItem menuItem, int menuItemIndex, Object va
if (!Screen.isAndroid())
hide();
}

@Override
public void hide() {
super.hide();
hideAllSubmenus(false);
}

@Override
public void hideWithEffect() {
super.hideWithEffect();
hideAllSubmenus(false);
}

/**
* Abstract method for handling menu item selection
Expand Down

0 comments on commit 5cdd14a

Please sign in to comment.