cairo: Remove superfluous #pragma in Pattern.cs
This commit is contained in:
parent
ebc5c048b4
commit
07dc9f6176
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue