Browse Source

compile warning

Charlie Kindel 5 years ago
parent
commit
6b9645bdde
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UICatalog/UICatalog.cs

+ 0 - 2
UICatalog/UICatalog.cs

@@ -147,8 +147,6 @@ namespace UICatalog {
 			aboutMessage.AppendLine ($"Using Terminal.Gui Version: {typeof (Terminal.Gui.Application).Assembly.GetName ().Version}");
 			aboutMessage.AppendLine ($"Using Terminal.Gui Version: {typeof (Terminal.Gui.Application).Assembly.GetName ().Version}");
 			aboutMessage.AppendLine ("");
 			aboutMessage.AppendLine ("");
 
 
-
-			var framePaddingMenuText = "Diagnostics: _Frame Padding";
 			_menu = new MenuBar (new MenuBarItem [] {
 			_menu = new MenuBar (new MenuBarItem [] {
 				new MenuBarItem ("_File", new MenuItem [] {
 				new MenuBarItem ("_File", new MenuItem [] {
 					new MenuItem ("_Quit", "", () => Application.RequestStop() )
 					new MenuItem ("_Quit", "", () => Application.RequestStop() )