From 514856d8c79bee4a35c61aa08213fd774c7a7ee9 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 23 Aug 2018 12:49:57 -0400 Subject: [Mono] Move several small related files --- modules/mono/glue/cs_files/ToolAttribute.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/mono/glue/cs_files/ToolAttribute.cs (limited to 'modules/mono/glue/cs_files/ToolAttribute.cs') 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 {} -} -- cgit v1.2.3