소스 검색

Remove unused enum

trethaller 6 년 전
부모
커밋
bcab4aeeb0
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      h3d/scene/pbr/Light.hx

+ 0 - 7
h3d/scene/pbr/Light.hx

@@ -1,12 +1,5 @@
 package h3d.scene.pbr;
 
-enum ShadowMode {
-	None;
-	Dynamic;
-	Static;
-	Mixed;
-}
-
 class Light extends h3d.scene.Light {
 
 	var _color : h3d.Vector;