[Android] Remove the documentation of a parameter in GameListItem that was removed a while ago.

This commit is contained in:
Lioncash 2013-08-27 04:01:20 -04:00
parent 93f9f23576
commit 76f20cca59

View File

@ -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)
{