Skip to content

Commit

Permalink
removed obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Jan 13, 2014
1 parent 7e1daeb commit 69702d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions starling/src/starling/textures/Texture.as
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ package starling.textures
*/
public class Texture
{
private var mRepeat:Boolean;

/** @private */
public function Texture()
{
Expand All @@ -112,8 +110,6 @@ package starling.textures
{
throw new AbstractClassError();
}

mRepeat = false;
}

/** Disposes the underlying texture data. Note that not all textures need to be disposed:
Expand Down

0 comments on commit 69702d9

Please sign in to comment.