diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-22 12:59:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 12:59:32 +0200 |
commit | 9f7218eb69a3a1c09c652e9064573bffd71bdc02 (patch) | |
tree | 44cd834f963ea66d5f504638a1bc64b987c581e3 /modules/gdnative/nativescript/nativescript.h | |
parent | 6ef38d2f2f29adb163934bfc690dca976d359851 (diff) | |
parent | 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (diff) |
Merge pull request #54088 from madmiraal/remove-unimplemented-methods
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.h')
-rw-r--r-- | modules/gdnative/nativescript/nativescript.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdnative/nativescript/nativescript.h b/modules/gdnative/nativescript/nativescript.h index a7647e8c59..2364c6c0f6 100644 --- a/modules/gdnative/nativescript/nativescript.h +++ b/modules/gdnative/nativescript/nativescript.h @@ -269,7 +269,6 @@ private: }; Map<StringName, ProfileData> profile_data; - bool profiling = false; public: // These two maps must only be touched on the main thread @@ -295,8 +294,6 @@ public: return singleton; } - void _hacky_api_anchor(); - _FORCE_INLINE_ void set_language_index(int p_idx) { lang_idx = p_idx; } #ifndef NO_THREADS |