Index: ui/gfx/render_text_win.cc |
diff --git a/ui/gfx/render_text_win.cc b/ui/gfx/render_text_win.cc |
index ac018de3f446226f8e39276ee65f24ebf1e76478..caa67dd6aafb4270875ae58f1783b88b6bd556f0 100644 |
--- a/ui/gfx/render_text_win.cc |
+++ b/ui/gfx/render_text_win.cc |
@@ -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]); |