Remove hash_layout

This commit is contained in:
hatoo 2020-01-08 19:06:43 +09:00
parent e7df33d752
commit 6632ce5fb0

View File

@ -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,