mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
[Android] Remove unnecessary string messages from CPUSettingsFragment and VideoSettingsFragment.
This commit is contained in:
@ -65,8 +65,7 @@ public final class CPUSettingsFragment extends PreferenceFragment
|
|||||||
}
|
}
|
||||||
catch (ClassCastException e)
|
catch (ClassCastException e)
|
||||||
{
|
{
|
||||||
throw new ClassCastException(activity.toString()
|
throw new ClassCastException(activity.toString());
|
||||||
+ " must implement OnGameListZeroListener");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -186,8 +186,7 @@ public final class VideoSettingsFragment extends PreferenceFragment
|
|||||||
}
|
}
|
||||||
catch (ClassCastException e)
|
catch (ClassCastException e)
|
||||||
{
|
{
|
||||||
throw new ClassCastException(activity.toString()
|
throw new ClassCastException(activity.toString());
|
||||||
+ " must implement OnGameListZeroListener");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user