diff --git a/Objective-J/Runtime.js b/Objective-J/Runtime.js index bbc026574..5a371e3aa 100644 --- a/Objective-J/Runtime.js +++ b/Objective-J/Runtime.js @@ -64,7 +64,6 @@ GLOBAL(objj_class) = function(displayName) this.version = 0; this.super_class = NULL; - this.sub_classes = []; this.name = NULL; this.info = 0;