summaryrefslogtreecommitdiffstats
path: root/src/fs
diff options
context:
space:
mode:
authorDLFW <daniel@llin.info>2022-02-02 03:23:38 +0100
committerGitHub <noreply@github.com>2022-02-01 21:23:38 -0500
commite29904dcd71a864eb7b33df55f800e885b870fd4 (patch)
treeeb9d80b875b3dbdac268d60454d55810a758f1d6 /src/fs
parent65f937083bf6e26b178550d7936dd288ba024e53 (diff)
code cleanup (#135)
* code cleanup Remove dead code and unused imports around preview features. * Remove unused config option [display]show_preview * Remove config option [preview]preview_images * Remove unused imports * Remove dead code and unused imports
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/entry.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fs/entry.rs b/src/fs/entry.rs
index fa30199..f7850ed 100644
--- a/src/fs/entry.rs
+++ b/src/fs/entry.rs
@@ -53,10 +53,6 @@ impl JoshutoDirEntry {
})
}
- pub fn update_label(&mut self, label: String) {
- self.label = label;
- }
-
pub fn file_name(&self) -> &str {
self.name.as_str()
}