diff options
Diffstat (limited to 'modules/mono/glue/cs_files/ToolAttribute.cs')
-rw-r--r-- | modules/mono/glue/cs_files/ToolAttribute.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/mono/glue/cs_files/ToolAttribute.cs b/modules/mono/glue/cs_files/ToolAttribute.cs deleted file mode 100644 index d8601b5b32..0000000000 --- a/modules/mono/glue/cs_files/ToolAttribute.cs +++ /dev/null @@ -1,7 +0,0 @@ -using System; - -namespace Godot -{ - [AttributeUsage(AttributeTargets.Class)] - public class ToolAttribute : Attribute {} -} |