From ea3d997f9d4243c21a9f7a65d0320f31c4d57f54 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 10 Aug 2018 13:29:49 -0300 Subject: Revert "added get_creation_time function for gdscript" --- modules/mono/mono_gd/gd_mono_assembly.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/mono') diff --git a/modules/mono/mono_gd/gd_mono_assembly.h b/modules/mono/mono_gd/gd_mono_assembly.h index 187eb10af2..5cf744a5a2 100644 --- a/modules/mono/mono_gd/gd_mono_assembly.h +++ b/modules/mono/mono_gd/gd_mono_assembly.h @@ -77,7 +77,6 @@ class GDMonoAssembly { String name; String path; uint64_t modified_time; - uint64_t creation_time; // NEW FUNCTION HashMap cached_classes; Map cached_raw; @@ -117,7 +116,6 @@ public: _FORCE_INLINE_ String get_name() const { return name; } _FORCE_INLINE_ String get_path() const { return path; } _FORCE_INLINE_ uint64_t get_modified_time() const { return modified_time; } - _FORCE_INLINE_ uint64_t get_creation_time() const { return creation_time; } // NEW FUNCTION GDMonoClass *get_class(const StringName &p_namespace, const StringName &p_name); GDMonoClass *get_class(MonoClass *p_mono_class); -- cgit v1.2.3