From 716af53244504c7cd2fbe7f831ece607d8490b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 18 Jul 2005 07:55:51 +0000 Subject: [PATCH] Removed MENU_SHOW_ABOUT constant - it's no longer used. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13738 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/TermConst.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/terminal/TermConst.h b/src/apps/terminal/TermConst.h index 66a798d7d0..8dc7d2c37c 100644 --- a/src/apps/terminal/TermConst.h +++ b/src/apps/terminal/TermConst.h @@ -65,7 +65,6 @@ const uint32 MENU_PRINT = 'Mpnt'; const uint32 MENU_FIND_STRING = 'Mfnd'; const uint32 MENU_FIND_AGAIN = 'Mfag'; const uint32 MENU_SHOW_COLOR = 'Mcol'; -const uint32 MENU_SHOW_ABOUT = 'MSab'; const uint32 M_GET_DEVICE_NUM = 'Mgdn';