diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs index 2018053f..5a199580 100644 --- a/src/window.rs +++ b/src/window.rs @@ -8,5 +8,4 @@ pub use icon::Icon; pub use position::Position; pub use settings::Settings; -#[cfg(not(target_arch = "wasm32"))] pub use crate::runtime::window::*; |