summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index f0072f61..ec1e185a 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -19,7 +19,6 @@ pub mod mouse;
mod align;
mod background;
-mod button_state;
mod color;
mod font;
mod length;
@@ -31,7 +30,6 @@ mod vector;
pub use align::{Align, HorizontalAlignment, VerticalAlignment};
pub use background::Background;
-pub use button_state::ButtonState;
pub use color::Color;
pub use font::Font;
pub use length::Length;