removing some unused default ctors now that nsDerivedSafe can handle it.
no bug, r+sr=bz git-svn-id: svn://10.0.0.236/trunk@143973 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -96,7 +96,6 @@ class nsMediaDocumentStreamListener: public nsIStreamListener
|
||||
{
|
||||
public:
|
||||
nsMediaDocumentStreamListener(nsMediaDocument *aDocument);
|
||||
nsMediaDocumentStreamListener() { NS_NOTREACHED("should never be called"); }
|
||||
virtual ~nsMediaDocumentStreamListener();
|
||||
void SetStreamListener(nsIStreamListener *aListener);
|
||||
|
||||
|
||||
@@ -102,8 +102,6 @@ class nsCookie : public nsICookie2
|
||||
inline void SetLastAccessed(nsInt64 aLastAccessed) { mLastAccessed = aLastAccessed; }
|
||||
|
||||
protected:
|
||||
nsCookie(); // not to be implemented (required for nsDerivedSafe)
|
||||
|
||||
// member variables
|
||||
// we use char* ptrs to store the strings in a contiguous block,
|
||||
// so we save on the overhead of using nsCStrings. However, we
|
||||
|
||||
@@ -55,8 +55,6 @@ public:
|
||||
virtual ~nsPermission();
|
||||
|
||||
protected:
|
||||
nsPermission(); // not to be implemented (required for nsDerivedSafe)
|
||||
|
||||
nsCString mHost;
|
||||
PRUint32 mType;
|
||||
PRUint32 mCapability;
|
||||
|
||||
Reference in New Issue
Block a user