Code cleanup, patch by gautheri@noos.fr in bug 90906 r=bryner sr=blizzard

This commit is contained in:
neil%parkwaycc.co.uk 2004-01-06 23:24:47 +00:00
Родитель a668f32654
Коммит c117496442
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -468,15 +468,6 @@ NS_METHOD nsMenu::RemoveItem(const PRUint32 aPos)
//-------------------------------------------------------------------------
NS_METHOD nsMenu::RemoveAll()
{
#ifdef notdef
#if !TARGET_CARBON
MenuHandle helpmh;
::HMGetHelpMenuHandle(&helpmh);
if ( helpmh != mMacMenuHandle)
helpmh = nsnull;
#endif
#endif
PRUint32 curItem;
mMenuItemsArray.Count(&curItem);
while (curItem > 0)