X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fmain%2FMain.java;h=2552260d7115c2e795a1e350687d18044b70dc95;hb=8eab1a3975c251c4820988f3fdecbf9b113d9171;hp=c83dd4652e2e409ecfdec6ebd5eba8b43ce50005;hpb=587428e890799ee0c6d3a3224e4a161a3480811d;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/main/Main.java b/src/net/pterodactylus/jsite/main/Main.java index c83dd46..2552260 100644 --- a/src/net/pterodactylus/jsite/main/Main.java +++ b/src/net/pterodactylus/jsite/main/Main.java @@ -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";