summaryrefslogtreecommitdiffstats
path: root/src/files.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-02 22:17:07 +0200
committerrabite <rabite@posteo.de>2019-04-02 22:17:07 +0200
commite99a3d993cc401720dc5f1c649cd3436fb47d3b3 (patch)
tree13b6f35b90dbc0616869581408336934de7c563c /src/files.rs
parented32c83aca9acf40b09c5fb4e7a24cbc2d76d7c9 (diff)
move widgets/files around instead of caching
Diffstat (limited to 'src/files.rs')
-rw-r--r--src/files.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/files.rs b/src/files.rs
index a1c5592..01620bd 100644
--- a/src/files.rs
+++ b/src/files.rs
@@ -464,7 +464,6 @@ impl Hash for File {
fn hash<H: Hasher>(&self, state: &mut H) {
self.name.hash(state);
self.path.hash(state);
- self.selected.hash(state);
}
}