Remove hash_layout
This commit is contained in:
parent
e7df33d752
commit
6632ce5fb0
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue