summaryrefslogtreecommitdiffstats
path: root/pure/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pure/src/widget.rs')
-rw-r--r--pure/src/widget.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/pure/src/widget.rs b/pure/src/widget.rs
index a12d6fad..c516c1f2 100644
--- a/pure/src/widget.rs
+++ b/pure/src/widget.rs
@@ -38,7 +38,7 @@ use iced_native::layout::{self, Layout};
use iced_native::mouse;
use iced_native::overlay;
use iced_native::renderer;
-use iced_native::{Clipboard, Hasher, Length, Point, Rectangle, Shell};
+use iced_native::{Clipboard, Length, Point, Rectangle, Shell};
use std::borrow::Cow;
@@ -47,8 +47,6 @@ pub trait Widget<Message, Renderer> {
fn height(&self) -> Length;
- fn hash_layout(&self, state: &mut Hasher);
-
fn layout(
&self,
renderer: &Renderer,