diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-08-27 04:01:20 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-08-27 04:01:20 -0400 |
| commit | 76f20cca5912b9761bf3cc484295847dfd8a7e1c (patch) | |
| tree | b1caf7f104436db328186a301bec35278ec4c836 /Source/Android/src/org | |
| parent | 93f9f235769cbf37a4f701efeea8dbf92f7c339e (diff) | |
[Android] Remove the documentation of a parameter in GameListItem that was removed a while ago.
Diffstat (limited to 'Source/Android/src/org')
| -rw-r--r-- | Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListItem.java | 1 |
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) { |
