From 9f3444a840bf20c4e0944e75c97fbf54d856642a Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 4 May 2008 16:34:38 +0000 Subject: [PATCH] Remove GameWindow.Visible property (is there a use case for this, or is it just feature creep?) --- Source/OpenTK/GameWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/GameWindow.cs b/Source/OpenTK/GameWindow.cs index 504d9bd5..3332d93c 100644 --- a/Source/OpenTK/GameWindow.cs +++ b/Source/OpenTK/GameWindow.cs @@ -387,7 +387,7 @@ namespace OpenTK #endregion #region public bool Visible - +#if false /// /// 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