Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / System.Drawing / System.Drawing / BufferedGraphics.cs
index b2529ffe466dad6154a34c74b3313551fbd37785..6d874797e07ca76947493896dad2ffabbc9acfd6 100644 (file)
@@ -30,7 +30,6 @@
 using System.ComponentModel;
 using System.Runtime.InteropServices;
 using System.Runtime.Serialization;
-using System.Security.Permissions;
 
 namespace System.Drawing
 {
@@ -106,7 +105,6 @@ namespace System.Drawing
                }
 
                [MonoTODO ("The targetDC parameter has no equivalent in libgdiplus.")]
-               [SecurityPermission (SecurityAction.Demand, UnmanagedCode = true)]
                public void Render (IntPtr targetDC)
                {
                        throw new NotImplementedException ();