Merge pull request #137 from sdgx/remove-legacy-main

Remove legacy Getdown.main( ) method
This commit is contained in:
Michael Bayne
2018-09-14 14:34:41 -07:00
committed by GitHub
@@ -69,12 +69,6 @@ import static com.threerings.getdown.Log.log;
public abstract class Getdown extends Thread public abstract class Getdown extends Thread
implements Application.StatusDisplay, RotatingBackgrounds.ImageLoader implements Application.StatusDisplay, RotatingBackgrounds.ImageLoader
{ {
public static void main (String[] args)
{
// legacy support
GetdownApp.main(args);
}
public Getdown (File appDir, String appId) public Getdown (File appDir, String appId)
{ {
this(appDir, appId, null, null, null); this(appDir, appId, null, null, null);