Remove CAS attributes from System.Drawing (#4544)
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / UITypeEditor.cs
index 56ce1912fec68f47431d4d361e3a502aaeb15d0c..31f736a47bb07551f0a557125ed8cdc4f7e0dd92 100644 (file)
 //
 
 using System.ComponentModel;
-using System.Security.Permissions;
 using System.Collections;
 
 namespace System.Drawing.Design
 {
-       [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
-       [PermissionSet (SecurityAction.InheritanceDemand, Unrestricted = true)]
        public class UITypeEditor {
 
                static UITypeEditor ()