summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/paint.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/paint.rs b/examples/paint.rs
index a97638c6..18ac2d02 100644
--- a/examples/paint.rs
+++ b/examples/paint.rs
@@ -147,11 +147,7 @@ mod paint {
)
}
- fn hash_layout(&self, state: &mut Hasher) {
- use std::hash::Hash;
-
- self.strokes.len().hash(state);
- }
+ fn hash_layout(&self, _state: &mut Hasher) {}
fn on_event(
&mut self,