Some manual unused-import removal. I think one or two of these might need further Jamie lovin' but I want to get ABC compilation running.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5039 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -32,13 +32,11 @@ import flash.utils.ByteArray;
|
|||||||
import flash.utils.Endian;
|
import flash.utils.Endian;
|
||||||
|
|
||||||
import com.threerings.util.Log;
|
import com.threerings.util.Log;
|
||||||
import com.threerings.util.StringUtil;
|
|
||||||
|
|
||||||
import com.threerings.io.FrameAvailableEvent;
|
import com.threerings.io.FrameAvailableEvent;
|
||||||
import com.threerings.io.FrameReader;
|
import com.threerings.io.FrameReader;
|
||||||
import com.threerings.io.ObjectInputStream;
|
import com.threerings.io.ObjectInputStream;
|
||||||
import com.threerings.io.ObjectOutputStream;
|
import com.threerings.io.ObjectOutputStream;
|
||||||
import com.threerings.io.Translations;
|
|
||||||
|
|
||||||
import com.threerings.presents.data.AuthCodes;
|
import com.threerings.presents.data.AuthCodes;
|
||||||
import com.threerings.presents.net.AuthRequest;
|
import com.threerings.presents.net.AuthRequest;
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
package com.threerings.presents.client {
|
package com.threerings.presents.client {
|
||||||
|
|
||||||
import com.threerings.presents.dobj.DSet;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invocation notification receipt interfaces should be defined as
|
* Invocation notification receipt interfaces should be defined as
|
||||||
* extending this interface. Actual notification receivers will implement
|
* extending this interface. Actual notification receivers will implement
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
package com.threerings.presents.client {
|
package com.threerings.presents.client {
|
||||||
|
|
||||||
import com.threerings.util.Comparable;
|
|
||||||
|
|
||||||
import com.threerings.io.ObjectInputStream;
|
import com.threerings.io.ObjectInputStream;
|
||||||
import com.threerings.io.ObjectOutputStream;
|
import com.threerings.io.ObjectOutputStream;
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ import com.threerings.presents.client.InvocationService;
|
|||||||
import com.threerings.presents.client.InvocationService_InvocationListener;
|
import com.threerings.presents.client.InvocationService_InvocationListener;
|
||||||
import com.threerings.presents.client.TimeBaseService;
|
import com.threerings.presents.client.TimeBaseService;
|
||||||
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
|
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
|
||||||
import com.threerings.presents.data.TimeBaseMarshaller_GotTimeBaseMarshaller;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An ActionScript version of the Java TimeBaseService interface.
|
* An ActionScript version of the Java TimeBaseService interface.
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ import com.threerings.presents.client.Client;
|
|||||||
import com.threerings.presents.client.InvocationService_InvocationListener;
|
import com.threerings.presents.client.InvocationService_InvocationListener;
|
||||||
import com.threerings.presents.client.TimeBaseService;
|
import com.threerings.presents.client.TimeBaseService;
|
||||||
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
|
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
|
||||||
import com.threerings.presents.data.TimeBaseMarshaller_GotTimeBaseMarshaller;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An ActionScript version of the Java TimeBaseService_GotTimeBaseListener interface.
|
* An ActionScript version of the Java TimeBaseService_GotTimeBaseListener interface.
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ import com.threerings.presents.client.Client;
|
|||||||
import com.threerings.presents.client.InvocationService;
|
import com.threerings.presents.client.InvocationService;
|
||||||
|
|
||||||
import com.threerings.presents.dobj.DObjectManager;
|
import com.threerings.presents.dobj.DObjectManager;
|
||||||
import com.threerings.presents.dobj.InvocationResponseEvent;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides a base from which all invocation service marshallers extend.
|
* Provides a base from which all invocation service marshallers extend.
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ import com.threerings.io.ObjectInputStream;
|
|||||||
import com.threerings.io.ObjectOutputStream;
|
import com.threerings.io.ObjectOutputStream;
|
||||||
import com.threerings.io.Streamable;
|
import com.threerings.io.Streamable;
|
||||||
|
|
||||||
import com.threerings.util.Comparable;
|
|
||||||
import com.threerings.util.StringBuilder;
|
import com.threerings.util.StringBuilder;
|
||||||
|
|
||||||
public /* abstract */ class DEvent
|
public /* abstract */ class DEvent
|
||||||
|
|||||||
Reference in New Issue
Block a user