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.Imaging/ColorChannelFlag.cs')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Imaging/ColorChannelFlag.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Imaging/ColorChannelFlag.cs b/mcs/class/System.Drawing/System.Drawing.Imaging/ColorChannelFlag.cs
deleted file mode 100644
index 82f07834b68..00000000000
--- a/mcs/class/System.Drawing/System.Drawing.Imaging/ColorChannelFlag.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// System.Drawing.Imaging.ColorChannelFlag.cs
-//
-// (C) 2002 Ximian, Inc. http://www.ximian.com
-// Author: Dennis Hayes (dennish@raytek.com)
-//
-using System;
-namespace System.Drawing.Imaging
-{
- public enum ColorChannelFlag {
- ColorChannelC = 0,
- ColorChannelK = 3,
- ColorChannelLast = 4,
- ColorChannelM = 1,
- ColorChannelY = 2
- }
-}