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.Drawing/System.Drawing.Text/HotkeyPrefix.cs')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs b/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs
deleted file mode 100644
index df0418debc3..00000000000
--- a/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// System.Drawing.HotkeyPrefix.cs
-//
-// (C) 2002 Ximian, Inc. http://www.ximian.com
-// Author: Dennis Hayes (dennish@raytek.com)
-//
-using System;
-namespace System.Drawing.Text
-{
- public enum HotkeyPrefix {
- Hide = 2,
- None = 0,
- Show = 1
- }
-}