mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 21:16:26 +00:00
Remove GameWindow.Visible property (is there a use case for this, or is it just feature creep?)
This commit is contained in:
parent
5dbf0c100b
commit
1ee1f81116
|
@ -387,7 +387,7 @@ namespace OpenTK
|
|||
#endregion
|
||||
|
||||
#region public bool Visible
|
||||
|
||||
#if false
|
||||
/// <summary>
|
||||
/// TODO: This property is not implemented
|
||||
/// Gets or sets a value indicating whether the GameWindow is visible.
|
||||
|
@ -405,7 +405,7 @@ namespace OpenTK
|
|||
//glWindow.Visible = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endregion
|
||||
|
||||
#region public IWindowInfo WindowInfo
|
||||
|
|
Loading…
Reference in a new issue