From 4cff6250548d279ab69627177bd55312adb822a6 Mon Sep 17 00:00:00 2001 From: Matouš Dzivjak Date: Fri, 21 Oct 2022 00:05:04 +0200 Subject: chore(view): remove indent_unit helper fn (#4389) --- helix-view/src/document.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'helix-view') diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index 78c6d032..a723b89b 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -1052,14 +1052,6 @@ impl Document { .map_or(4, |config| config.tab_width) // fallback to 4 columns } - /// Returns a string containing a single level of indentation. - /// - /// TODO: we might not need this function anymore, since the information - /// is conveniently available in `Document::indent_style` now. - pub fn indent_unit(&self) -> &'static str { - self.indent_style.as_str() - } - pub fn changes(&self) -> &ChangeSet { &self.changes } -- cgit v1.2.3-70-g09d2