removed window switch from menus

This commit is contained in:
chombier 2002-08-24 10:19:04 +00:00
parent ccaf932ad3
commit 3fdb2e5f22
1 changed files with 2 additions and 0 deletions

View File

@ -1917,6 +1917,7 @@ void CheckNational(short choice)
static void adjustwindowcommands()
{
/*
int i;
int count = CountMenuItems(myMenus[Conn]);
if (count > FIRST_CNXN_ITEM + 8 )
@ -1925,6 +1926,7 @@ static void adjustwindowcommands()
//SetItemCommand( myMenus[Conn], i, mark);
SetItemCmd( myMenus[Conn], i, '1' + i - FIRST_CNXN_ITEM );
}
*/
}
/*