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