Merge pull request #137 from sdgx/remove-legacy-main
Remove legacy Getdown.main( ) method
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user