ui: Remove old settings components (#15347)

This PR removes the old settings components, as they've been adapted
into other components for the settings UI.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-27 14:12:32 -04:00 committed by GitHub
parent cb07e02ce9
commit 26aec4ba99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 589 deletions

View file

@ -17,7 +17,6 @@ mod popover;
mod popover_menu;
mod radio;
mod right_click_menu;
mod setting;
mod settings_container;
mod settings_group;
mod stack;
@ -48,7 +47,6 @@ pub use popover::*;
pub use popover_menu::*;
pub use radio::*;
pub use right_click_menu::*;
pub use setting::*;
pub use settings_container::*;
pub use settings_group::*;
pub use stack::*;