summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue/Managed/IgnoredFiles/FuncRef.cs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/Managed/IgnoredFiles/FuncRef.cs')
-rw-r--r--modules/mono/glue/Managed/IgnoredFiles/FuncRef.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/mono/glue/Managed/IgnoredFiles/FuncRef.cs b/modules/mono/glue/Managed/IgnoredFiles/FuncRef.cs
deleted file mode 100644
index 83504fe49f..0000000000
--- a/modules/mono/glue/Managed/IgnoredFiles/FuncRef.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-
-namespace Godot
-{
- public partial class FuncRef
- {
- public void SetInstance(Object instance)
- {
- throw new NotImplementedException();
- }
-
- public void SetFunction(string name)
- {
- throw new NotImplementedException();
- }
- }
-}