aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/text/text_run.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/gfx/text/text_run.rs')
-rw-r--r--src/components/gfx/text/text_run.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/gfx/text/text_run.rs b/src/components/gfx/text/text_run.rs
index e65ef22c264..2b6c2a37368 100644
--- a/src/components/gfx/text/text_run.rs
+++ b/src/components/gfx/text/text_run.rs
@@ -110,9 +110,6 @@ impl<'a> TextRun {
return run;
}
- pub fn teardown(&self) {
- }
-
pub fn break_and_shape(font: &mut Font, text: &str) -> Vec<Arc<GlyphStore>> {
// TODO(Issue #230): do a better job. See Gecko's LineBreaker.