From 76f20cca5912b9761bf3cc484295847dfd8a7e1c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 27 Aug 2013 04:01:20 -0400 Subject: [PATCH] [Android] Remove the documentation of a parameter in GameListItem that was removed a while ago. --- .../src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java | 1 - 1 file changed, 1 deletion(-) 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) {