summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-03 20:41:29 +0100
committerGitHub <noreply@github.com>2022-02-03 20:41:29 +0100
commitc47f0597763c13793821adf1eb7352acde704520 (patch)
tree8f7463006fe0a3d36a6fc37155faa49ceb6ce159 /modules/mono/csharp_script.h
parent7191605324fe04d16ffaf30c31ec808624cc17a2 (diff)
parent466661c78fe254ba8ff2fe0d90183c66874aabf2 (diff)
Merge pull request #57467 from webbuf/modules-initialize
Initialized Member Variables in /modules
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r--modules/mono/csharp_script.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h
index 2be588cac4..2de923c125 100644
--- a/modules/mono/csharp_script.h
+++ b/modules/mono/csharp_script.h
@@ -103,8 +103,6 @@ private:
bool valid = false;
bool reload_invalidated = false;
- bool builtin;
-
GDMonoClass *base = nullptr;
GDMonoClass *native = nullptr;
GDMonoClass *script_class = nullptr;