Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Remove the documentation of a parameter in GameListItem tha…
…t was removed a while ago.
  • Loading branch information
lioncash committed Aug 27, 2013
1 parent 93f9f23 commit 76f20cc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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)
{
Expand Down

0 comments on commit 76f20cc

Please sign in to comment.