diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-03 20:41:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 20:41:29 +0100 |
commit | c47f0597763c13793821adf1eb7352acde704520 (patch) | |
tree | 8f7463006fe0a3d36a6fc37155faa49ceb6ce159 /modules/mono/csharp_script.h | |
parent | 7191605324fe04d16ffaf30c31ec808624cc17a2 (diff) | |
parent | 466661c78fe254ba8ff2fe0d90183c66874aabf2 (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.h | 2 |
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; |