mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Remove EmulationActivity.MenuType. This should have been removed when
SaveLoadStateFragment was refactored.
This commit is contained in:
parent
80d51c97ab
commit
cde003c5cc
1 changed files with 0 additions and 5 deletions
|
@ -72,11 +72,6 @@ public final class EmulationActivity extends AppCompatActivity
|
|||
|
||||
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
|
||||
* on the UI thread. This Handler responds to any message, even blank ones, by
|
||||
|
|
Loading…
Add table
Reference in a new issue