diff --git a/wadsrc/static/zscript/engine/base.zs b/wadsrc/static/zscript/engine/base.zs index 7347300f6..250cda95a 100644 --- a/wadsrc/static/zscript/engine/base.zs +++ b/wadsrc/static/zscript/engine/base.zs @@ -168,13 +168,6 @@ struct Vector3 // The cross product of two vectors can be calculated like this: // Vector3 d = a cross b; } - -// See https://zdoom.org/wiki/Dynamic_arrays for more details -struct Array -{ - native int Size(); - native void Copy(Array other); -} */ struct _ native // These are the global variables, the struct is only here to avoid extending the parser for this.