diff options
author | zwebb <zwebb@ufl.edu> | 2022-01-31 12:42:32 -0500 |
---|---|---|
committer | zwebb <zwebb@ufl.edu> | 2022-02-03 11:14:42 -0500 |
commit | 466661c78fe254ba8ff2fe0d90183c66874aabf2 (patch) | |
tree | fc2f54031c2146523d2c9d4a1ee5d4e8749c19b6 /modules/mono | |
parent | 31a7ddbf838572e50415159a56720275f9523262 (diff) |
initialized member variables in header
Diffstat (limited to 'modules/mono')
-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; |