mirror of https://github.com/helix-editor/helix
Remove unused method.
parent
3f6f82b0c4
commit
1e1dae1c11
|
@ -953,11 +953,6 @@ pub fn unindent(cx: &mut Context) {
|
||||||
append_changes_to_history(cx);
|
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) {
|
pub fn save(cx: &mut Context) {
|
||||||
|
|
Loading…
Reference in New Issue