Remove GameWindow.Visible property (is there a use case for this, or is it just feature creep?)

This commit is contained in:
the_fiddler 2008-05-04 16:34:38 +00:00
parent 1b1c4fda67
commit 9f3444a840

View file

@ -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