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) {
|
fn hash_layout(&self, _state: &mut Hasher) {}
|
||||||
use std::hash::Hash;
|
|
||||||
|
|
||||||
self.strokes.len().hash(state);
|
|
||||||
}
|
|
||||||
|
|
||||||
fn on_event(
|
fn on_event(
|
||||||
&mut self,
|
&mut self,
|
||||||
|
Loading…
Reference in New Issue
Block a user