Skip to content

Commit

Permalink
header cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tconkling committed May 1, 2012
1 parent e7ba1f9 commit ff6645c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion exporter/src/main/as/flump/MatrixUtil.as
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package flump {

import flash.geom.Matrix;
import flash.geom.Point;

public class MatrixUtil
{
Expand Down
4 changes: 2 additions & 2 deletions exporter/src/main/as/flump/export/Exporter.as
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import spark.components.List;
import spark.components.Window;
import spark.events.GridSelectionEvent;

import starling.display.Sprite;

import com.threerings.util.F;
import com.threerings.util.Log;
import com.threerings.util.StringUtil;

import starling.display.Sprite;

public class Exporter
{
public static const NA :NativeApplication = NativeApplication.nativeApplication;
Expand Down
2 changes: 1 addition & 1 deletion exporter/src/main/as/flump/xfl/XflKeyframe.as
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package flump.xfl {

import flash.geom.Matrix;

import flump.mold.KeyframeMold;
import flump.MatrixUtil;
import flump.mold.KeyframeMold;

import com.threerings.util.XmlUtil;

Expand Down
2 changes: 1 addition & 1 deletion exporter/src/main/as/flump/xfl/XflLibrary.as
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import com.adobe.crypto.MD5;
import flump.bytesToXML;
import flump.executor.Executor;
import flump.executor.Future;
import flump.executor.VisibleFuture;
import flump.executor.load.LoadedSwf;
import flump.executor.load.SwfLoader;
import flump.executor.VisibleFuture;
import flump.export.Atlas;
import flump.export.Files;
import flump.mold.KeyframeMold;
Expand Down
4 changes: 2 additions & 2 deletions exporter/src/main/as/flump/xfl/XflTexture.as
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

package flump.xfl {

import com.threerings.util.XmlUtil;

import flump.SwfTexture;
import flump.executor.load.LoadedSwf;

import com.threerings.util.XmlUtil;

public class XflTexture
{
public var symbol :String;
Expand Down

0 comments on commit ff6645c

Please sign in to comment.