зеркало из https://github.com/mozilla/pjs.git
remove unused files, and an unused member of nsDataHandler, and unused defines in nsNetCID.h (which referred to a no longer existing component)
bug 243098 r+sr=darin
This commit is contained in:
Родитель
4e8eaa4018
Коммит
516b6847ec
|
@ -111,7 +111,6 @@ EXPORTS = \
|
|||
netCore.h \
|
||||
nsNetError.h \
|
||||
nsNetUtil.h \
|
||||
nsUnixColorPrintf.h \
|
||||
nsURIHashKey.h \
|
||||
nsReadLine.h \
|
||||
nsCPasswordManager.h \
|
||||
|
|
|
@ -387,18 +387,6 @@
|
|||
{0xab, 0x1d, 0x5e, 0x68, 0xa9, 0xf4, 0x5f, 0x08} \
|
||||
}
|
||||
|
||||
#define NS_FILETRANSPORTSERVICE_CLASSNAME \
|
||||
"nsFileTransportService"
|
||||
#define NS_FILETRANSPORTSERVICE_CONTRACTID \
|
||||
"@mozilla.org/network/file-transport-service;1"
|
||||
#define NS_FILETRANSPORTSERVICE_CID \
|
||||
{ /* 2bb2b250-ea35-11d2-931b-00104ba0fd40 */ \
|
||||
0x2bb2b250, \
|
||||
0xea35, \
|
||||
0x11d2, \
|
||||
{0x93, 0x1b, 0x00, 0x10, 0x4b, 0xa0, 0xfd, 0x40} \
|
||||
}
|
||||
|
||||
#define NS_LOCALFILEINPUTSTREAM_CLASSNAME \
|
||||
"nsFileInputStream"
|
||||
#define NS_LOCALFILEINPUTSTREAM_CONTRACTID \
|
||||
|
|
|
@ -55,9 +55,6 @@ public:
|
|||
// Define a Create method to be used with a factory:
|
||||
static NS_METHOD
|
||||
Create(nsISupports* aOuter, const nsIID& aIID, void* *aResult);
|
||||
|
||||
protected:
|
||||
nsISupports* mEventSinkGetter;
|
||||
};
|
||||
|
||||
#endif /* nsDataHandler_h___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче