Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed May 22, 2012
1 parent b4ed7d1 commit 56e62be
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/main/Main.java
Expand Up @@ -3,13 +3,11 @@

import gui.Launcher;

import java.awt.Dimension;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;

import javax.imageio.ImageIO;
import javax.swing.JFrame;

import tools.Logger;

Expand All @@ -31,7 +29,7 @@
*/
public class Main {

public static final String VERSION = "0.9";
public static final String VERSION = "1.0";

/**
* @param args
Expand All @@ -48,9 +46,6 @@ public static void main(String[] args) {
if (os.indexOf("mac") != -1)
OSXOptions();

if (os.indexOf("windows") != -1)
windowsOptions();

if (MODE == PRODUCTION) {
new Launcher();
} else {
Expand All @@ -74,13 +69,6 @@ private static void OSXOptions() {

}

private static void windowsOptions() {

}

private static void linuxOptions() {

}

private static void setAudioNativeDir(){
System.setProperty( "java.library.path", new File(new File(System.getProperty("user.dir"), "libs/lwjgl/native"), LWJGLUtil.getPlatformName()).getAbsolutePath()) ;
Expand Down

0 comments on commit 56e62be

Please sign in to comment.