summaryrefslogtreecommitdiffstats
path: root/winit/src/settings/linux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'winit/src/settings/linux.rs')
-rw-r--r--winit/src/settings/linux.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/winit/src/settings/linux.rs b/winit/src/settings/linux.rs
deleted file mode 100644
index 009b9d9e..00000000
--- a/winit/src/settings/linux.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//! Platform specific settings for Linux.
-
-/// The platform specific window settings of an application.
-#[derive(Debug, Clone, PartialEq, Eq, Default)]
-pub struct PlatformSpecific {
- /// Sets the application id of the window.
- ///
- /// As a best practice, it is suggested to select an application id that match
- /// the basename of the application’s .desktop file.
- pub application_id: String,
-}