Removed unused ui2::color module

This commit is contained in:
Marshall Bowers 2023-10-26 09:26:22 +02:00
parent c5763cdb99
commit 28ef30f7a2
3 changed files with 0 additions and 186 deletions

View file

@ -17,7 +17,6 @@
// TODO: Fix warnings instead of supressing.
#![allow(dead_code, unused_variables)]
mod color;
mod components;
mod element_ext;
mod elements;