diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 23:07:15 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 23:07:15 +0000 |
commit | 7c8d2532deb52759a9b325dc787cafb0dbd8fda3 (patch) | |
tree | 2630762261821d71a046c5c59cdf1db4975045c0 /webkit/glue/webtextinput_impl.cc | |
parent | 79ec41b6f353e04322bb0d73a2f09806ccd53f81 (diff) | |
download | chromium_src-7c8d2532deb52759a9b325dc787cafb0dbd8fda3.zip chromium_src-7c8d2532deb52759a9b325dc787cafb0dbd8fda3.tar.gz chromium_src-7c8d2532deb52759a9b325dc787cafb0dbd8fda3.tar.bz2 |
Remove unused variable (warnings are errors)
Review URL: http://codereview.chromium.org/6214
Patch from icefox.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webtextinput_impl.cc')
-rw-r--r-- | webkit/glue/webtextinput_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webtextinput_impl.cc b/webkit/glue/webtextinput_impl.cc index 17d5f8e..d1b64312 100644 --- a/webkit/glue/webtextinput_impl.cc +++ b/webkit/glue/webtextinput_impl.cc @@ -82,7 +82,6 @@ void WebTextInputImpl::SetMarkedText(const std::string& text, editor->confirmComposition(str); - WebCore::Frame* frame = GetFrame(); WTF::Vector<WebCore::CompositionUnderline> decorations; editor->setComposition(str, decorations, location, length); |