Remove hash_layout
This commit is contained in:
parent
e7df33d752
commit
6632ce5fb0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user