Commenting out until I figure out what I horked

This commit is contained in:
saari%netscape.com 1999-01-23 00:26:51 +00:00
Родитель 05c23168eb
Коммит fd0965aadc
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -598,12 +598,14 @@ NS_METHOD nsBaseWidget::AddEventListener(nsIEventListener * aListener)
* Processes a menu event
*
**/
/*
NS_METHOD nsBaseWidget::AddMenuListener(nsIMenuListener * aListener)
{
NS_PRECONDITION(mMenuListener == nsnull, "Null menu listener");
mMenuListener = aListener;
return NS_OK;
}
*/
/**
* If the implementation of nsWindow supports borders this method MUST be overridden

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

@ -23,7 +23,7 @@
#include "nsIEnumerator.h"
#include "nsIMouseListener.h"
#include "nsIEventListener.h"
#include "nsIMenuListener.h"
/*#include "nsIMenuListener.h"*/
#include "nsIToolkit.h"
#include "nsStringUtil.h"
#include "nsString.h"