summaryrefslogtreecommitdiffstats
path: root/mono/SignalAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mono/SignalAttribute.cs')
-rw-r--r--mono/SignalAttribute.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/mono/SignalAttribute.cs b/mono/SignalAttribute.cs
deleted file mode 100644
index 4835444b..00000000
--- a/mono/SignalAttribute.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-
-namespace DBus
-{
- [AttributeUsage(AttributeTargets.Event, AllowMultiple=false, Inherited=true)] public class SignalAttribute : Attribute
- {
- public SignalAttribute()
- {
- }
- }
-}