浏览代码

compile warning

Charlie Kindel 5 年之前
父节点
当前提交
6b9645bdde
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 ("");
 
-
-			var framePaddingMenuText = "Diagnostics: _Frame Padding";
 			_menu = new MenuBar (new MenuBarItem [] {
 				new MenuBarItem ("_File", new MenuItem [] {
 					new MenuItem ("_Quit", "", () => Application.RequestStop() )