diff options
Diffstat (limited to 'native/src/widget/image.rs')
-rw-r--r-- | native/src/widget/image.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/src/widget/image.rs b/native/src/widget/image.rs index a2e7f765..8ccc7856 100644 --- a/native/src/widget/image.rs +++ b/native/src/widget/image.rs @@ -120,7 +120,6 @@ where _cursor_position: Point, _viewport: &Rectangle, ) { - // The raw w/h of the underlying image let (width, height) = renderer.dimensions(&self.handle); let image_size = Size::new(width as f32, height as f32); |