Browse Source

removed old code

ncannasse 8 years ago
parent
commit
e0951c2b32
1 changed files with 0 additions and 8 deletions
  1. 0 8
      h2d/Drawable.hx

+ 0 - 8
h2d/Drawable.hx

@@ -95,14 +95,6 @@ class Drawable extends Sprite {
 		return m;
 		return m;
 	}
 	}
 
 
-	inline function get_alpha() {
-		return color.a;
-	}
-
-	inline function set_alpha(v) {
-		return color.a = v;
-	}
-
 	public function getDebugShaderCode( toHxsl = true ) {
 	public function getDebugShaderCode( toHxsl = true ) {
 		var shader = @:privateAccess {
 		var shader = @:privateAccess {
 			var ctx = getScene().ctx;
 			var ctx = getScene().ctx;