Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 21, 2013
1 parent 2645202 commit 986f71d
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 24 deletions.
1 change: 0 additions & 1 deletion source/feathers/controls/ScrollContainer.as
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ accordance with the terms of the accompanying license agreement.
package feathers.controls
{
import feathers.controls.supportClasses.LayoutViewPort;
import feathers.core.IFeathersControl;
import feathers.layout.ILayout;
import feathers.layout.IVirtualLayout;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package feathers.controls.renderers
import feathers.controls.GroupedList;
import feathers.events.FeathersEventType;

import starling.events.Event;

/**
* The default item renderer for a GroupedList control. Supports up to three
* optional sub-views, including a label to display text, an icon to display
Expand Down
2 changes: 0 additions & 2 deletions source/feathers/controls/renderers/DefaultListItemRenderer.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package feathers.controls.renderers
import feathers.controls.List;
import feathers.events.FeathersEventType;

import starling.events.Event;

/**
* The default item renderer for List control. Supports up to three optional
* sub-views, including a label to display text, an icon to display an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ accordance with the terms of the accompanying license agreement.
*/
package feathers.controls.renderers
{
import feathers.controls.LayoutGroup;
import feathers.controls.GroupedList;
import feathers.controls.LayoutGroup;

import starling.events.Event;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ accordance with the terms of the accompanying license agreement.
*/
package feathers.controls.renderers
{
import feathers.controls.LayoutGroup;
import feathers.controls.GroupedList;
import feathers.controls.LayoutGroup;

import starling.events.Event;

Expand Down
11 changes: 0 additions & 11 deletions source/feathers/controls/supportClasses/LayoutViewPort.as
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,9 @@ accordance with the terms of the accompanying license agreement.
package feathers.controls.supportClasses
{
import feathers.controls.LayoutGroup;
import feathers.controls.Scroller;
import feathers.core.FeathersControl;
import feathers.core.IFeathersControl;
import feathers.events.FeathersEventType;
import feathers.layout.ILayout;
import feathers.layout.ILayoutDisplayObject;
import feathers.layout.IVirtualLayout;
import feathers.layout.LayoutBoundsResult;
import feathers.layout.ViewPortBounds;

import flash.geom.Point;

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

/**
* @private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ package feathers.controls.supportClasses
import feathers.layout.ViewPortBounds;

import flash.errors.IllegalOperationError;

import flash.geom.Point;
import flash.utils.Dictionary;

Expand Down
1 change: 0 additions & 1 deletion source/feathers/events/ExclusiveTouch.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ package feathers.events
import flash.utils.Dictionary;

import starling.display.DisplayObject;

import starling.display.Stage;
import starling.events.Event;
import starling.events.EventDispatcher;
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/HorizontalLayout.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ package feathers.layout
import feathers.core.IFeathersControl;

import flash.errors.IllegalOperationError;

import flash.geom.Point;

import starling.display.DisplayObject;
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/TiledColumnsLayout.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ package feathers.layout
import feathers.core.IFeathersControl;

import flash.errors.IllegalOperationError;

import flash.geom.Point;

import starling.display.DisplayObject;
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/TiledRowsLayout.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ package feathers.layout
import feathers.core.IFeathersControl;

import flash.errors.IllegalOperationError;

import flash.geom.Point;

import starling.display.DisplayObject;
Expand Down
1 change: 0 additions & 1 deletion source/feathers/layout/VerticalLayout.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ package feathers.layout
import feathers.core.IFeathersControl;

import flash.errors.IllegalOperationError;

import flash.geom.Point;

import starling.display.DisplayObject;
Expand Down

0 comments on commit 986f71d

Please sign in to comment.