mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:05:33 +00:00
Removed redundant CLS-compliant attributes.
This commit is contained in:
parent
009f6c5098
commit
ef89e71014
|
@ -269,7 +269,6 @@ namespace OpenTK
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="cr"></param>
|
/// <param name="cr"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[CLSCompliant(false)]
|
|
||||||
protected override bool OnDrawn(Cairo.Context cr)
|
protected override bool OnDrawn(Cairo.Context cr)
|
||||||
#else
|
#else
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -277,7 +276,6 @@ namespace OpenTK
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="cr"></param>
|
/// <param name="cr"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[CLSCompliant(false)]
|
|
||||||
protected override bool OnExposeEvent(Gdk.EventExpose evnt)
|
protected override bool OnExposeEvent(Gdk.EventExpose evnt)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
@ -312,7 +310,6 @@ namespace OpenTK
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="evnt"></param>
|
/// <param name="evnt"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[CLSCompliant(false)]
|
|
||||||
protected override bool OnConfigureEvent(Gdk.EventConfigure evnt)
|
protected override bool OnConfigureEvent(Gdk.EventConfigure evnt)
|
||||||
{
|
{
|
||||||
bool result = base.OnConfigureEvent(evnt);
|
bool result = base.OnConfigureEvent(evnt);
|
||||||
|
|
Loading…
Reference in a new issue