Possibility to build executable jar files. Removed applet support.
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / launcher / Standalone.java
diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Standalone.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Standalone.java
deleted file mode 100755 (executable)
index 09fe770..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Sixth 3D engine demos. Copyright ©2012-2016, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 3 of the GNU Lesser General Public License
- * or later as published by the Free Software Foundation.
- */
-
-package eu.svjatoslav.sixth.e3d.examples.launcher;
-
-/**
- * Main class to launch main menu with examples.
- */
-
-class Standalone {
-
-    public static void main(final String[] args) {
-        LauncherFrame.main(args);
-    }
-
-}