Bug 114598

Summary: Remove unused AlternativeTextClient::dismissDictationAlternativeUI
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, enrica, jiapu.mail, mifenton, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2013-04-14 17:38:03 PDT
AlternativeTextClient::dismissDictationAlternativeUI is never called. It hasn't been touched in a long time, so it looks more like dead code than part of a plan in progress.
Comment 1 Alexey Proskuryakov 2013-04-14 17:40:50 PDT
Created attachment 198017 [details]
proposed patch

I do not know much about this code, so if you are aware of a reason to keep this function, please tell.
Comment 2 Jia Pu 2013-04-15 17:57:46 PDT
This function can be removed, since dismissal of both correction and dictionary alternative is done by WebAlterantiveTextClient::dismissAlternative() in both WK and WK2.
Comment 3 WebKit Commit Bot 2013-04-16 11:54:56 PDT
Comment on attachment 198017 [details]
proposed patch

Clearing flags on attachment: 198017

Committed r148531: <http://trac.webkit.org/changeset/148531>
Comment 4 WebKit Commit Bot 2013-04-16 11:54:58 PDT
All reviewed patches have been landed.  Closing bug.