зеркало из https://github.com/mozilla/pjs.git
Commenting out until I figure out what I horked
This commit is contained in:
Родитель
05c23168eb
Коммит
fd0965aadc
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче