diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-04-18 12:43:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 12:43:21 +0200 |
commit | 3aaa5514d055ee4ad465b130109b351d0f05dd23 (patch) | |
tree | 6fb6f2821aed3322cedb5f564efb26dda50c5d1c /modules/mono/glue/cs_files/SignalAttribute.cs | |
parent | 1a3688d0cc13d1734977a36773666eb8e2f004ad (diff) | |
parent | 6b611e64316ed91b89822a3b660cdedc087a1da9 (diff) |
Merge pull request #18053 from mysticfall/master
#18051: Clean up and reformat C# source files
Diffstat (limited to 'modules/mono/glue/cs_files/SignalAttribute.cs')
-rw-r--r-- | modules/mono/glue/cs_files/SignalAttribute.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/mono/glue/cs_files/SignalAttribute.cs b/modules/mono/glue/cs_files/SignalAttribute.cs index d8a6cabb83..3957387be9 100644 --- a/modules/mono/glue/cs_files/SignalAttribute.cs +++ b/modules/mono/glue/cs_files/SignalAttribute.cs @@ -5,8 +5,5 @@ namespace Godot [AttributeUsage(AttributeTargets.Delegate)] public class SignalAttribute : Attribute { - public SignalAttribute() - { - } } } |