Bug 1205945 part.1 Remove unnecessary member of IMEInputHandler, mLastDispatchedCompositionString r=smichaud

This commit is contained in:
Masayuki Nakano 2015-09-19 11:01:57 +09:00
parent 161cb21d25
commit 5bb455675e

View File

@ -887,9 +887,6 @@ protected:
private:
// If mIsIMEComposing is true, the composition string is stored here.
NSString* mIMECompositionString;
// mLastDispatchedCompositionString stores the lastest dispatched composition
// string by compositionupdate event.
nsString mLastDispatchedCompositionString;
NSRange mMarkedRange;
NSRange mSelectedRange;