summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_method_thunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_method_thunk.h')
-rw-r--r--modules/mono/mono_gd/gd_mono_method_thunk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/mono/mono_gd/gd_mono_method_thunk.h b/modules/mono/mono_gd/gd_mono_method_thunk.h
index 82c6f32c81..01f3ae342a 100644
--- a/modules/mono/mono_gd/gd_mono_method_thunk.h
+++ b/modules/mono/mono_gd/gd_mono_method_thunk.h
@@ -47,7 +47,6 @@
template <class... ParamTypes>
struct GDMonoMethodThunk {
-
typedef void(GD_MONO_STDCALL *M)(ParamTypes... p_args, MonoException **);
M mono_method_thunk = nullptr;
@@ -90,7 +89,6 @@ public:
template <class R, class... ParamTypes>
struct GDMonoMethodThunkR {
-
typedef R(GD_MONO_STDCALL *M)(ParamTypes... p_args, MonoException **);
M mono_method_thunk = nullptr;
@@ -243,7 +241,6 @@ struct VariadicInvokeMonoMethodR<1, R, P1> {
template <class... ParamTypes>
struct GDMonoMethodThunk {
-
GDMonoMethod *mono_method = nullptr;
public:
@@ -282,7 +279,6 @@ public:
template <class R, class... ParamTypes>
struct GDMonoMethodThunkR {
-
GDMonoMethod *mono_method = nullptr;
public: