diff options
| author | lioncash <mathew1900@hotmail.com> | 2013-10-01 09:18:17 -0400 |
|---|---|---|
| committer | lioncash <mathew1900@hotmail.com> | 2013-10-01 09:18:17 -0400 |
| commit | cb9ff3d9f89b326df52f76a3addb62f6cda3ceb5 (patch) | |
| tree | 301d0aa1cef7e865d0118540791c7b894361e070 /Source | |
| parent | cd99e5e3a6aa37381558699ee17625618c810154 (diff) | |
[Android] Remove an unnecessary method override from GameListActivity.java. We don't actually do anything different from the default behavior of this method, so we don't need to explicitly define it.
This method is intended to be used for modifying the contents of a menu before displaying it. We don't really have a need for this, since it doesn't need to be modified.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListActivity.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListActivity.java b/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListActivity.java index b3a7e02f92..0486fdee2f 100644 --- a/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListActivity.java +++ b/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListActivity.java @@ -191,13 +191,6 @@ public final class GameListActivity extends Activity mDrawerToggle.onConfigurationChanged(newConfig); } - /* Called whenever we call invalidateOptionsMenu() */ - @Override - public boolean onPrepareOptionsMenu(Menu menu) - { - return super.onPrepareOptionsMenu(menu); - } - @Override public boolean onCreateOptionsMenu(Menu menu) { |
