aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.rs')
-rw-r--r--src/renderer.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index c9ec9cd..2487696 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -341,10 +341,6 @@ fn entry_row(
}
}
}
- } @else if entry.is_symlink() {
- a.symlink href=(parametrized_link(&entry.link, sort_method, sort_order)) {
- (entry.name) span.symlink-symbol { "⇢" }
- }
}
}
}