Skip to content

Commit

Permalink
BitmapImage: organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Dec 20, 2024
1 parent 71d3582 commit 51e42d6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/feathers/controls/BitmapImage.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,11 @@ import feathers.core.IValidating;
import feathers.layout.Measurements;
import feathers.skins.RectangleSkin;
import feathers.utils.ScaleUtil;
import openfl.Assets;
import openfl.display.Bitmap;
import openfl.display.BitmapData;
import openfl.display.DisplayObject;
import openfl.display.Loader;
import openfl.display.MovieClip;
import openfl.display.StageScaleMode;
import openfl.errors.SecurityError;
import openfl.events.Event;
import openfl.events.IOErrorEvent;
import openfl.events.ProgressEvent;
import openfl.events.SecurityErrorEvent;
import openfl.geom.Rectangle;
import openfl.net.URLRequest;
import openfl.utils.AssetType;
import openfl.utils.Future;

/**
Displays `BitmapData` as a Feathers UI component.
Expand Down

0 comments on commit 51e42d6

Please sign in to comment.