Skip to content

Commit

Permalink
Useless code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
spypunk committed Sep 10, 2016
1 parent 3bba12e commit 12ca81d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/spypunk/tetris/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ public final class Main {

private static final Logger LOGGER = LoggerFactory.getLogger(Main.class);

private static final String USER_HOME_KEY = "user.home".intern();

private static final String USER_HOME = System.getProperty(USER_HOME_KEY).intern();
private static final String USER_HOME = System.getProperty("user.home").intern();

private static final String ERROR_TITLE = "Error".intern();

Expand Down

0 comments on commit 12ca81d

Please sign in to comment.