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/ColorMode.cs')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Imaging/ColorMode.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Imaging/ColorMode.cs b/mcs/class/System.Drawing/System.Drawing.Imaging/ColorMode.cs
deleted file mode 100644
index 91872fa6247..00000000000
--- a/mcs/class/System.Drawing/System.Drawing.Imaging/ColorMode.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// System.Drawing.Imaging.ColorMode.cs
-//
-// (C) 2002 Ximian, Inc. http://www.ximian.com
-// Author: Dennis Hayes (dennish@raytek.com)
-//
-using System;
-namespace System.Drawing.Imaging
-{
- public enum ColorMode {
- Argb32Mode = 0,
- Argb64Mode = 1
- }
-}