OSDN Git Service

Maybe I undo this so I can merge a pull request automatically...
authorNathanSweet <nathan.sweet@gmail.com>
Thu, 4 Oct 2012 05:46:10 +0000 (22:46 -0700)
committerNathanSweet <nathan.sweet@gmail.com>
Thu, 4 Oct 2012 05:46:10 +0000 (22:46 -0700)
gdx/src/com/badlogic/gdx/graphics/g2d/NinePatch.java

index ecae85c..ad31555 100644 (file)
@@ -367,8 +367,4 @@ public class NinePatch {
        public float getTotalHeight () {\r
                return topHeight + middleHeight + bottomHeight;\r
        }\r
-       \r
-       public Texture getTexture () {\r
-               return texture;\r
-       }\r
 }\r