Removed commented region.

This commit is contained in:
Jarl Gullberg 2017-07-05 14:23:06 +02:00
parent f11ecd016d
commit ad173ec802
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -479,16 +479,12 @@ namespace OpenTK
// TODO: Disabled because it is not reliable enough. Use vsync as a workaround. // TODO: Disabled because it is not reliable enough. Use vsync as a workaround.
//#region public bool AllowSleep
//public bool AllowSleep //public bool AllowSleep
//{ //{
// get { return allow_sleep; } // get { return allow_sleep; }
// set { allow_sleep = value; } // set { allow_sleep = value; }
//} //}
//#endregion
/// <summary> /// <summary>
/// Gets a double representing the actual frequency of RenderFrame events, in hertz (i.e. fps or frames per second). /// Gets a double representing the actual frequency of RenderFrame events, in hertz (i.e. fps or frames per second).
/// </summary> /// </summary>