From 1e1dae1c11bf00b56213995679647ff30b664a17 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 19 Feb 2021 16:49:10 +0900 Subject: Remove unused method. --- helix-term/src/commands.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'helix-term/src') diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 95c98b10..8aff8035 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -953,11 +953,6 @@ pub fn unindent(cx: &mut Context) { append_changes_to_history(cx); } -pub fn indent_selection(_cx: &mut Context) { - // loop over each line and recompute proper indentation - unimplemented!() -} - // pub fn save(cx: &mut Context) { -- cgit v1.2.3-70-g09d2