Browse Source

removed unused Cook/UncookMouse APIs

Tig Kindel 2 years ago
parent
commit
84a4bb69d4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Terminal.Gui/Core/Application.cs

+ 0 - 2
Terminal.Gui/Core/Application.cs

@@ -705,7 +705,6 @@ namespace Terminal.Gui {
 				return;
 			OnGrabbedMouse (view);
 			mouseGrabView = view;
-			Driver.UncookMouse ();
 		}
 
 		/// <summary>
@@ -717,7 +716,6 @@ namespace Terminal.Gui {
 				return;
 			OnUnGrabbedMouse (mouseGrabView);
 			mouseGrabView = null;
-			Driver.CookMouse ();
 		}
 
 		static void OnGrabbedMouse (View view)