aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 953864a..83a75a4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -53,7 +53,6 @@ pub struct MonitorID(winimpl::MonitorID);
/// ```
pub struct Window {
window: winimpl::Window,
- nosend: std::kinds::marker::NoSend,
}
impl Window {
@@ -94,7 +93,6 @@ impl Window {
Ok(Window{
window: win,
- nosend: std::kinds::marker::NoSend,
})
}