Skip to content

Commit

Permalink
Removed unneeded line of code.
Browse files Browse the repository at this point in the history
  • Loading branch information
crbednarz committed Nov 28, 2013
1 parent 4c5e4a6 commit 09f2aed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/amidst/Amidst.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class Amidst {
public final static int version_major = 3;
public final static int version_minor = 5;
public final static String versionOffset = " test build";
public final static String versionOffset = " beta 1";
public static InstallInformation installInformation = new InstallInformation(true);
public static final Gson gson = new Gson();

Expand All @@ -24,8 +24,6 @@ public static void main(String args[]) {
Google.startTracking();
Google.track("Run");

// TODO this is a really ugly way of doing this.
Options options = Options.instance;
BiomeColorProfile.scanAndLoad();

new VersionSelectWindow();
Expand Down

0 comments on commit 09f2aed

Please sign in to comment.