From ad173ec802be064400ddd160b565ebd22b8a81ad Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Wed, 5 Jul 2017 14:23:06 +0200 Subject: [PATCH] Removed commented region. --- src/OpenTK/GameWindow.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/OpenTK/GameWindow.cs b/src/OpenTK/GameWindow.cs index 5f374393..23d41360 100644 --- a/src/OpenTK/GameWindow.cs +++ b/src/OpenTK/GameWindow.cs @@ -479,16 +479,12 @@ namespace OpenTK // TODO: Disabled because it is not reliable enough. Use vsync as a workaround. - //#region public bool AllowSleep - //public bool AllowSleep //{ // get { return allow_sleep; } // set { allow_sleep = value; } //} - //#endregion - /// /// Gets a double representing the actual frequency of RenderFrame events, in hertz (i.e. fps or frames per second). ///