Commit 5b85448d authored by etienneb@chromium.org's avatar etienneb@chromium.org

Remove unused variable declaration.

This issue was found by a linter.

R=danakj@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/23944006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221354 0039d316-1c4b-4281-b951-d872f2087c98
parent 8f17d602
......@@ -684,7 +684,6 @@ void RenderTextWin::LayoutTextRun(internal::TextRun* run) {
// in the case where no font is able to display the entire run.
int best_partial_font_missing_char_count = INT_MAX;
Font best_partial_font = original_font;
bool using_best_partial_font = false;
Font current_font;
run->logical_clusters.reset(new WORD[run_length]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment