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