From 466661c78fe254ba8ff2fe0d90183c66874aabf2 Mon Sep 17 00:00:00 2001 From: zwebb Date: Mon, 31 Jan 2022 12:42:32 -0500 Subject: initialized member variables in header --- modules/mono/csharp_script.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/mono/csharp_script.h') 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; -- cgit v1.2.3