mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removed unused usings
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using System.Reflection.Metadata.Ecma335;
|
||||
using System.Text.Json.Serialization;
|
||||
using Microsoft.CodeAnalysis;
|
||||
using static Unix.Terminal.Curses;
|
||||
|
||||
namespace Terminal.Gui;
|
||||
|
||||
|
||||
@@ -1496,7 +1496,7 @@ public class MenuBar : View
|
||||
// Set in OnInvokingKeyBindings. null means no sub-menu is selected for activation.
|
||||
private MenuItem _menuItemToSelect;
|
||||
private bool _openedByAltKey;
|
||||
//private bool _openedByHotKey;
|
||||
private bool _openedByHotKey;
|
||||
|
||||
/// <summary>
|
||||
/// Called when a key bound to Command.Select is pressed. Either activates the menu item or runs it, depending on
|
||||
|
||||
Reference in New Issue
Block a user