Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 2, 2017
1 parent 0020cbf commit 0965b4a
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 28 deletions.
1 change: 0 additions & 1 deletion source/feathers/controls/Alert.as
Expand Up @@ -15,7 +15,6 @@ package feathers.controls
import feathers.core.PopUpManager;
import feathers.core.PropertyProxy;
import feathers.data.IListCollection;
import feathers.data.ListCollection;
import feathers.events.FeathersEventType;
import feathers.layout.HorizontalAlign;
import feathers.layout.VerticalLayout;
Expand Down
1 change: 0 additions & 1 deletion source/feathers/controls/AutoComplete.as
Expand Up @@ -13,7 +13,6 @@ package feathers.controls
import feathers.data.ArrayCollection;
import feathers.data.IAutoCompleteSource;
import feathers.data.IListCollection;
import feathers.data.ListCollection;
import feathers.events.FeathersEventType;
import feathers.skins.IStyleProvider;
import feathers.utils.display.stageToStarling;
Expand Down
1 change: 0 additions & 1 deletion source/feathers/controls/PickerList.as
Expand Up @@ -19,7 +19,6 @@ package feathers.controls
import feathers.core.IToggle;
import feathers.core.PropertyProxy;
import feathers.data.IListCollection;
import feathers.data.ListCollection;
import feathers.events.CollectionEventType;
import feathers.events.FeathersEventType;
import feathers.skins.IStyleProvider;
Expand Down
2 changes: 1 addition & 1 deletion source/feathers/controls/ScrollText.as
Expand Up @@ -8,6 +8,7 @@ accordance with the terms of the accompanying license agreement.
package feathers.controls
{
import feathers.controls.supportClasses.TextFieldViewPort;
import feathers.core.INativeFocusOwner;
import feathers.skins.IStyleProvider;
import feathers.text.FontStylesSet;

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

import starling.events.Event;
import starling.text.TextFormat;
import feathers.core.INativeFocusOwner;

/**
* The type of anti-aliasing used for this text field, defined as
Expand Down
Expand Up @@ -31,7 +31,6 @@ package feathers.controls.supportClasses

import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;
import starling.utils.Pool;

/**
Expand Down
Expand Up @@ -15,7 +15,6 @@ package feathers.controls.supportClasses
import feathers.core.IValidating;
import feathers.data.IHierarchicalCollection;
import feathers.data.IListCollection;
import feathers.events.CollectionEventType;
import feathers.events.FeathersEventType;
import feathers.layout.ILayout;
import feathers.layout.IVariableVirtualLayout;
Expand Down
13 changes: 0 additions & 13 deletions source/feathers/layout/BaseLinearLayout.as
Expand Up @@ -7,22 +7,9 @@ accordance with the terms of the accompanying license agreement.
*/
package feathers.layout
{
import feathers.core.IFeathersControl;
import feathers.core.IMeasureDisplayObject;
import feathers.core.IValidating;

import flash.errors.IllegalOperationError;
import flash.geom.Point;
import flash.ui.Keyboard;

import starling.display.DisplayObject;
import starling.display.DisplayObject;
import starling.display.DisplayObjectContainer;
import starling.errors.AbstractClassError;
import starling.errors.AbstractMethodError;
import starling.events.Event;
import starling.events.EventDispatcher;
import starling.utils.Pool;

/**
* Abstract base class for <code>HorizontalLayout</code> and <code>VerticalLayout</code>.
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/FlowLayout.as
Expand Up @@ -15,7 +15,6 @@ package feathers.layout

import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;

/**
* Dispatched when a property of the layout changes, indicating that a
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/HorizontalLayout.as
Expand Up @@ -17,7 +17,6 @@ package feathers.layout

import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;

/**
* Positions items from left to right in a single row.
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/SlideShowLayout.as
Expand Up @@ -19,7 +19,6 @@ package feathers.layout
import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;
import starling.utils.Pool;

/**
* Dispatched when a property of the layout changes, indicating that a
Expand Down
2 changes: 0 additions & 2 deletions source/feathers/layout/TiledColumnsLayout.as
Expand Up @@ -15,8 +15,6 @@ package feathers.layout
import flash.ui.Keyboard;

import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;

/**
* Positions items as tiles (equal width and height) from top to bottom
Expand Down
2 changes: 0 additions & 2 deletions source/feathers/layout/TiledRowsLayout.as
Expand Up @@ -14,8 +14,6 @@ package feathers.layout
import flash.ui.Keyboard;

import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;

/**
* Positions items as tiles (equal width and height) from left to right
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/VerticalLayout.as
Expand Up @@ -18,7 +18,6 @@ package feathers.layout
import starling.display.DisplayObject;
import starling.display.DisplayObjectContainer;
import starling.events.Event;
import starling.events.EventDispatcher;
import starling.utils.Pool;

/**
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/WaterfallLayout.as
Expand Up @@ -15,7 +15,6 @@ package feathers.layout

import starling.display.DisplayObject;
import starling.events.Event;
import starling.events.EventDispatcher;

/**
* Dispatched when a property of the layout changes, indicating that a
Expand Down

0 comments on commit 0965b4a

Please sign in to comment.