remove Id keyword
[jSite2.git] / src / net / pterodactylus / jsite / main / Main.java
index c83dd46..2552260 100644 (file)
@@ -38,7 +38,6 @@ import net.pterodactylus.util.logging.Logging;
  * Main class that is called by the VM.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class Main {
 
@@ -58,7 +57,6 @@ public class Main {
        private void start() {
                Logging.setup("jSite");
 
-               addLookAndFeel("NimROD", "com.nilo.plaf.nimrod.NimRODLookAndFeel");
                CoreImpl core = new CoreImpl();
 
                String configDirectory = System.getProperty("user.home") + File.separator + ".jSite";