Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System/EventHandler.cs')
-rw-r--r--mcs/class/corlib/System/EventHandler.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/mcs/class/corlib/System/EventHandler.cs b/mcs/class/corlib/System/EventHandler.cs
deleted file mode 100644
index 407255b604e..00000000000
--- a/mcs/class/corlib/System/EventHandler.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// System.EventHandler.cs
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-
-namespace System {
-
- public delegate void EventHandler (object sender, EventArgs e);
-
-}
-
-