Browse Source

removed Protected

Nicolas Cannasse 18 years ago
parent
commit
622e59bb24
1 changed files with 0 additions and 6 deletions
  1. 0 6
      std/StdTypes.hx

+ 0 - 6
std/StdTypes.hx

@@ -94,9 +94,3 @@ typedef Iterable<T> = {
 	The type parameter represent the type of the elements stored.
 **/
 extern interface ArrayAccess<T> { }
-
-/**
-   Protected represent the type parameter that cannot be used when using variance annotations.
-**/
-extern enum Protected {
-}