summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-27 04:01:20 -0400
committerLioncash <mathew1800@gmail.com>2013-08-27 04:01:20 -0400
commit76f20cca5912b9761bf3cc484295847dfd8a7e1c (patch)
treeb1caf7f104436db328186a301bec35278ec4c836 /Source/Android
parent93f9f235769cbf37a4f701efeea8dbf92f7c339e (diff)
[Android] Remove the documentation of a parameter in GameListItem that was removed a while ago.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java1
1 files changed, 0 insertions, 1 deletions
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<GameListItem>
* @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)
{