mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Android: Remove unnecessary WrongConstant warning suppression
This commit is contained in:
parent
2acd3abe35
commit
cd52da959c
@ -435,7 +435,6 @@ public final class EmulationActivity extends AppCompatActivity
|
||||
popup.show();
|
||||
}
|
||||
|
||||
@SuppressWarnings("WrongConstant")
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item)
|
||||
{
|
||||
|
@ -180,7 +180,6 @@ public final class MenuFragment extends Fragment implements View.OnClickListener
|
||||
mPauseEmulation.setVisibility(paused ? View.GONE : View.VISIBLE);
|
||||
}
|
||||
|
||||
@SuppressWarnings("WrongConstant")
|
||||
@Override
|
||||
public void onClick(View button)
|
||||
{
|
||||
|
@ -95,7 +95,6 @@ public final class SaveLoadStateFragment extends Fragment implements View.OnClic
|
||||
return rootView;
|
||||
}
|
||||
|
||||
@SuppressWarnings("WrongConstant")
|
||||
@Override
|
||||
public void onClick(View view)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user