Bug 475837: Remove unused member vars "mDictionary" and "mIgnoreList" from mozPersonalDictionary.h & mozSpellChecker.h. r=smaug
This commit is contained in:
Родитель
7a514d49ef
Коммит
ca85fda7e7
|
@ -46,7 +46,6 @@
|
|||
#include "nsIObserver.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsTHashtable.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
|
||||
|
@ -104,7 +103,6 @@ public:
|
|||
nsresult Init();
|
||||
|
||||
protected:
|
||||
nsTArray<nsString> mDictionary; /* use something a little smarter eventually*/
|
||||
PRBool mDirty; /* has the dictionary been modified */
|
||||
nsTHashtable<nsUniCharEntry> mDictionaryTable;
|
||||
nsTHashtable<nsUniCharEntry> mIgnoreTable;
|
||||
|
|
|
@ -88,7 +88,6 @@ protected:
|
|||
nsCString *mCurrentEngineContractId;
|
||||
nsCOMPtr<mozISpellCheckingEngine> mSpellCheckingEngine;
|
||||
PRBool mFromStart;
|
||||
nsTArray<nsString> mIgnoreList;
|
||||
|
||||
nsresult SetupDoc(PRInt32 *outBlockOffset);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче