mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
[Android] Remove the documentation of a parameter in GameListItem that was removed a while ago.
This commit is contained in:
parent
93f9f23576
commit
76f20cca59
@ -34,7 +34,6 @@ public final class GameListItem implements Comparable<GameListItem>
|
|||||||
* @param name The name of this GameListItem.
|
* @param name The name of this GameListItem.
|
||||||
* @param data The subtitle for this GameListItem
|
* @param data The subtitle for this GameListItem
|
||||||
* @param path The file path for the game represented by this GameListItem.
|
* @param path The file path for the game represented by this GameListItem.
|
||||||
* @param isValid Whether or not the emulator can handle this file.
|
|
||||||
*/
|
*/
|
||||||
public GameListItem(Context ctx, String name, String data, String path)
|
public GameListItem(Context ctx, String name, String data, String path)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user