cairo: Remove superfluous #pragma in Pattern.cs

This commit is contained in:
Bertrand Lorentz 2013-07-26 17:40:15 -05:00
parent ebc5c048b4
commit 07dc9f6176

View File

@ -135,12 +135,10 @@ namespace Cairo {
}
}
#pragma warning disable 612
public IntPtr Handle {
get { return pattern; }
private set { pattern = value; }
}
#pragma warning restore 612
[Obsolete]
public IntPtr Pointer {