summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue/Managed/IgnoredFiles/ResourceLoader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/Managed/IgnoredFiles/ResourceLoader.cs')
-rw-r--r--modules/mono/glue/Managed/IgnoredFiles/ResourceLoader.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/mono/glue/Managed/IgnoredFiles/ResourceLoader.cs b/modules/mono/glue/Managed/IgnoredFiles/ResourceLoader.cs
deleted file mode 100644
index 6461d35146..0000000000
--- a/modules/mono/glue/Managed/IgnoredFiles/ResourceLoader.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace Godot
-{
- public partial class ResourceLoader
- {
- public static Resource Load(string path, string typeHint = "", bool pNoCache = false)
- {
- throw new NotImplementedException();
- }
- }
-}