From 86253cbdfe0410ad4d50c2051036b51fb01ea16d Mon Sep 17 00:00:00 2001 From: punto- Date: Mon, 6 Jun 2016 23:40:50 -0300 Subject: Revert "Fix implicit GDScript Reference inheritance" --- modules/gdscript/gd_compiler.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/gdscript/gd_compiler.cpp') diff --git a/modules/gdscript/gd_compiler.cpp b/modules/gdscript/gd_compiler.cpp index 072c53fb9..d51f1a4dd 100644 --- a/modules/gdscript/gd_compiler.cpp +++ b/modules/gdscript/gd_compiler.cpp @@ -1588,12 +1588,6 @@ Error GDCompiler::_parse_class(GDScript *p_script, GDScript *p_owner, const GDPa } - } else { - // without extends, implicitly extend Reference - int native_idx = GDScriptLanguage::get_singleton()->get_global_map()["Reference"]; - native = GDScriptLanguage::get_singleton()->get_global_array()[native_idx]; - ERR_FAIL_COND_V(native.is_null(), ERR_BUG); - p_script->native=native; } -- cgit v1.2.3-70-g09d2