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/System.Web/System.Web.UI/BuildTemplateMethod.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI/BuildTemplateMethod.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/BuildTemplateMethod.cs b/mcs/class/System.Web/System.Web.UI/BuildTemplateMethod.cs
deleted file mode 100644
index 8d53ce41e2e..00000000000
--- a/mcs/class/System.Web/System.Web.UI/BuildTemplateMethod.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// System.Web.UI.BuildTemplateMethod.cs
-//
-// Author:
-// Bob Smith <bob@thestuff.net>
-//
-// (C) Bob Smith
-//
-
-using System;
-using System.Web;
-
-namespace System.Web.UI
-{
- public delegate void BuildTemplateMethod(Control control);
-}