removed some unneeded code

This commit is contained in:
gigabit101 2015-08-17 17:10:20 +01:00
parent 6f549337cd
commit fa00e77ef6

View file

@ -21,13 +21,9 @@ import techreborn.lib.ModInfo;
import techreborn.pda.PageCollection;
public class VersionPage extends TitledPage{
private List<String> formattedDescription;
private String rawDescription;
public VersionPage(String name, PageCollection collection, String unlocalizedTitle, int colour) {
super(name, false, collection, unlocalizedTitle, 77777);
rawDescription = Core.INSTANCE.versionChecker.getChangeLogSinceCurrentVersion().toString();
}
@Override