Skip to content

Commit 0965b4a

Browse files
committed
organize imports
1 parent 0020cbf commit 0965b4a

File tree

14 files changed

+1
-28
lines changed

14 files changed

+1
-28
lines changed

source/feathers/controls/Alert.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ package feathers.controls
1515
import feathers.core.PopUpManager;
1616
import feathers.core.PropertyProxy;
1717
import feathers.data.IListCollection;
18-
import feathers.data.ListCollection;
1918
import feathers.events.FeathersEventType;
2019
import feathers.layout.HorizontalAlign;
2120
import feathers.layout.VerticalLayout;

source/feathers/controls/AutoComplete.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ package feathers.controls
1313
import feathers.data.ArrayCollection;
1414
import feathers.data.IAutoCompleteSource;
1515
import feathers.data.IListCollection;
16-
import feathers.data.ListCollection;
1716
import feathers.events.FeathersEventType;
1817
import feathers.skins.IStyleProvider;
1918
import feathers.utils.display.stageToStarling;

source/feathers/controls/PickerList.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ package feathers.controls
1919
import feathers.core.IToggle;
2020
import feathers.core.PropertyProxy;
2121
import feathers.data.IListCollection;
22-
import feathers.data.ListCollection;
2322
import feathers.events.CollectionEventType;
2423
import feathers.events.FeathersEventType;
2524
import feathers.skins.IStyleProvider;

source/feathers/controls/ScrollText.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ accordance with the terms of the accompanying license agreement.
88
package feathers.controls
99
{
1010
import feathers.controls.supportClasses.TextFieldViewPort;
11+
import feathers.core.INativeFocusOwner;
1112
import feathers.skins.IStyleProvider;
1213
import feathers.text.FontStylesSet;
1314

@@ -18,7 +19,6 @@ package feathers.controls
1819

1920
import starling.events.Event;
2021
import starling.text.TextFormat;
21-
import feathers.core.INativeFocusOwner;
2222

2323
/**
2424
* The type of anti-aliasing used for this text field, defined as

source/feathers/controls/supportClasses/ListDataViewPort.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ package feathers.controls.supportClasses
3131

3232
import starling.display.DisplayObject;
3333
import starling.events.Event;
34-
import starling.events.EventDispatcher;
3534
import starling.utils.Pool;
3635

3736
/**

source/feathers/controls/supportClasses/TreeDataViewPort.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ package feathers.controls.supportClasses
1515
import feathers.core.IValidating;
1616
import feathers.data.IHierarchicalCollection;
1717
import feathers.data.IListCollection;
18-
import feathers.events.CollectionEventType;
1918
import feathers.events.FeathersEventType;
2019
import feathers.layout.ILayout;
2120
import feathers.layout.IVariableVirtualLayout;

source/feathers/layout/BaseLinearLayout.as

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,9 @@ accordance with the terms of the accompanying license agreement.
77
*/
88
package feathers.layout
99
{
10-
import feathers.core.IFeathersControl;
11-
import feathers.core.IMeasureDisplayObject;
12-
import feathers.core.IValidating;
13-
14-
import flash.errors.IllegalOperationError;
15-
import flash.geom.Point;
16-
import flash.ui.Keyboard;
17-
18-
import starling.display.DisplayObject;
1910
import starling.display.DisplayObject;
20-
import starling.display.DisplayObjectContainer;
2111
import starling.errors.AbstractClassError;
22-
import starling.errors.AbstractMethodError;
2312
import starling.events.Event;
24-
import starling.events.EventDispatcher;
25-
import starling.utils.Pool;
2613

2714
/**
2815
* Abstract base class for <code>HorizontalLayout</code> and <code>VerticalLayout</code>.

source/feathers/layout/FlowLayout.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ package feathers.layout
1515

1616
import starling.display.DisplayObject;
1717
import starling.events.Event;
18-
import starling.events.EventDispatcher;
1918

2019
/**
2120
* Dispatched when a property of the layout changes, indicating that a

source/feathers/layout/HorizontalLayout.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package feathers.layout
1717

1818
import starling.display.DisplayObject;
1919
import starling.events.Event;
20-
import starling.events.EventDispatcher;
2120

2221
/**
2322
* Positions items from left to right in a single row.

source/feathers/layout/SlideShowLayout.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ package feathers.layout
1919
import starling.display.DisplayObject;
2020
import starling.events.Event;
2121
import starling.events.EventDispatcher;
22-
import starling.utils.Pool;
2322

2423
/**
2524
* Dispatched when a property of the layout changes, indicating that a

0 commit comments

Comments
 (0)