зеркало из https://github.com/mozilla/pjs.git
Removing nsSelectionMgr references from the build.
This commit is contained in:
Родитель
91d0be4809
Коммит
a9442a9929
|
@ -67,7 +67,6 @@ EXPORTS = \
|
|||
nsIMenuButton.h \
|
||||
nsIImageButtonListener.h \
|
||||
nsIContentConnector.h \
|
||||
nsISelectionMgr.h \
|
||||
nsIClipboard.h \
|
||||
nsIDataFlavor.h \
|
||||
nsITransferable.h \
|
||||
|
|
|
@ -60,7 +60,6 @@ CPPSRCS= \
|
|||
nsToolkit.cpp \
|
||||
nsGtkEventHandler.cpp \
|
||||
nsRadioButton.cpp \
|
||||
nsSelectionMgr.cpp \
|
||||
nsPopUpMenu.cpp \
|
||||
nsWidget.cpp \
|
||||
nsWindow.cpp \
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "plevent.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIEventQueueService.h"
|
||||
#include "nsSelectionMgr.h"
|
||||
#include "nsXPComCIID.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -58,7 +57,7 @@ nsAppShell::nsAppShell()
|
|||
//-------------------------------------------------------------------------
|
||||
nsAppShell::~nsAppShell()
|
||||
{
|
||||
NS_IF_RELEASE(mSelectionMgr);
|
||||
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
@ -262,10 +261,6 @@ NS_METHOD nsAppShell::EventIsForModalWindow(PRBool aRealEvent, void *aEvent,
|
|||
NS_METHOD
|
||||
nsAppShell::GetSelectionMgr(nsISelectionMgr** aSelectionMgr)
|
||||
{
|
||||
*aSelectionMgr = mSelectionMgr;
|
||||
NS_IF_ADDREF(mSelectionMgr);
|
||||
if (!mSelectionMgr)
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче