Remove EmulationActivity.MenuType. This should have been removed when

SaveLoadStateFragment was refactored.
This commit is contained in:
Mike Harris 2017-10-04 23:10:49 -07:00
parent 80d51c97ab
commit cde003c5cc
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@ public final class EmulationActivity extends AppCompatActivity
private static boolean mIsGameCubeGame; private static boolean mIsGameCubeGame;
private enum MenuType
{
SAVE, LOAD
}
/** /**
* Handlers are a way to pass a message to an Activity telling it to do something * Handlers are a way to pass a message to an Activity telling it to do something
* on the UI thread. This Handler responds to any message, even blank ones, by * on the UI thread. This Handler responds to any message, even blank ones, by