diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java b/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java index 9ecff70b9b..5e5b71da67 100644 --- a/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java +++ b/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java @@ -34,7 +34,6 @@ public final class GameListItem implements Comparable * @param name The name of this GameListItem. * @param data The subtitle for 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) {