From bccbc87db7b986cae31c8f14f0a130336f8417b2 Mon Sep 17 00:00:00 2001 From: Taym Haddadi Date: Tue, 30 Apr 2024 21:10:42 +0200 Subject: [PATCH] Remove unused import (#32192) Signed-off-by: Bentaimia Haddadi --- components/shared/compositing/constellation_msg.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/shared/compositing/constellation_msg.rs b/components/shared/compositing/constellation_msg.rs index dac141b61b4..2a64db84651 100644 --- a/components/shared/compositing/constellation_msg.rs +++ b/components/shared/compositing/constellation_msg.rs @@ -18,7 +18,6 @@ use script_traits::{ WebDriverCommandMsg, WindowSizeData, WindowSizeType, }; use servo_url::ServoUrl; -use webrender_api::units::DeviceRect; /// Messages to the constellation. pub enum ConstellationMsg {