From 597a41cea73f078eda04eb3ff40cfda5d37d6135 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 6 Mar 2024 17:08:28 +0100 Subject: Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets --- style/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'style/src/lib.rs') diff --git a/style/src/lib.rs b/style/src/lib.rs index 695f8fb6..1aea2d80 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -17,8 +17,6 @@ pub use iced_core as core; pub mod application; -pub mod menu; -pub mod pick_list; pub mod theme; pub use theme::Theme; -- cgit