Removed redundant CLS-compliant attributes.

This commit is contained in:
Jarl Gullberg 2017-07-24 16:11:45 +02:00
parent 009f6c5098
commit ef89e71014
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -269,7 +269,6 @@ namespace OpenTK
/// </summary>
/// <param name="cr"></param>
/// <returns></returns>
[CLSCompliant(false)]
protected override bool OnDrawn(Cairo.Context cr)
#else
/// <summary>
@ -277,7 +276,6 @@ namespace OpenTK
/// </summary>
/// <param name="cr"></param>
/// <returns></returns>
[CLSCompliant(false)]
protected override bool OnExposeEvent(Gdk.EventExpose evnt)
#endif
{
@ -312,7 +310,6 @@ namespace OpenTK
/// </summary>
/// <param name="evnt"></param>
/// <returns></returns>
[CLSCompliant(false)]
protected override bool OnConfigureEvent(Gdk.EventConfigure evnt)
{
bool result = base.OnConfigureEvent(evnt);