summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/ToolAttribute.cs
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2018-08-23 12:49:57 -0400
committerAaron Franke <arnfranke@yahoo.com>2018-08-23 12:50:04 -0400
commit514856d8c79bee4a35c61aa08213fd774c7a7ee9 (patch)
tree8f7fbca4a830320357b9cf440e6640213a6c2ff1 /modules/mono/glue/cs_files/ToolAttribute.cs
parenta1b594c2fc4c82c9dca847f8431852a970225e1a (diff)
[Mono] Move several small related files
Diffstat (limited to 'modules/mono/glue/cs_files/ToolAttribute.cs')
-rw-r--r--modules/mono/glue/cs_files/ToolAttribute.cs7
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 {}
-}