summaryrefslogtreecommitdiff
path: root/src/lib/render_text.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/render_text.cc')
-rw-r--r--src/lib/render_text.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/render_text.cc b/src/lib/render_text.cc
index cbc19efc9..28482f6e1 100644
--- a/src/lib/render_text.cc
+++ b/src/lib/render_text.cc
@@ -244,7 +244,6 @@ render_line (list<StringText> subtitles, list<shared_ptr<Font> > fonts, dcp::Siz
layout->set_alignment (Pango::ALIGN_LEFT);
context->set_line_width (1);
- context->set_antialias (Cairo::ANTIALIAS_GRAY);
Cairo::FontOptions fo;
context->get_font_options (fo);
fo.set_antialias (Cairo::ANTIALIAS_GRAY);