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 {
|
public IntPtr Handle {
|
||||||
get { return pattern; }
|
get { return pattern; }
|
||||||
private set { pattern = value; }
|
private set { pattern = value; }
|
||||||
}
|
}
|
||||||
#pragma warning restore 612
|
|
||||||
|
|
||||||
[Obsolete]
|
[Obsolete]
|
||||||
public IntPtr Pointer {
|
public IntPtr Pointer {
|
||||||
|
|
Loading…
Reference in a new issue