removed unused Cook/UncookMouse APIs

This commit is contained in:
Tig Kindel
2023-02-06 11:28:33 +09:00
parent 0dcc69023e
commit de5af990df
6 changed files with 0 additions and 56 deletions

View File

@@ -2000,16 +2000,6 @@ namespace Terminal.Gui {
return hasColor;
}
#region Unused
public override void CookMouse ()
{
}
public override void UncookMouse ()
{
}
#endregion
//
// These are for the .NET driver, but running natively on Windows, wont run
// on the Mono emulation