From b394c84b37eacb266d45663d5d6626f1b616af7e Mon Sep 17 00:00:00 2001 From: Yiğit Özdemir Date: Thu, 22 Jun 2023 18:28:32 +0300 Subject: Add FetchSize command - apply the changes discussed at #water-cooler --- core/src/window.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/src/window.rs') diff --git a/core/src/window.rs b/core/src/window.rs index cd343893..4beebf9f 100644 --- a/core/src/window.rs +++ b/core/src/window.rs @@ -6,12 +6,10 @@ mod level; mod mode; mod redraw_request; mod user_attention; -mod fetch_size; pub use event::Event; pub use icon::Icon; pub use level::Level; pub use mode::Mode; pub use redraw_request::RedrawRequest; -pub use user_attention::UserAttention; -pub use fetch_size::SizeType; \ No newline at end of file +pub use user_attention::UserAttention; \ No newline at end of file -- cgit