summaryrefslogtreecommitdiffstats
path: root/core/src/window
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/window')
-rw-r--r--core/src/window/fetch_size.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/src/window/fetch_size.rs b/core/src/window/fetch_size.rs
deleted file mode 100644
index aa3431aa..00000000
--- a/core/src/window/fetch_size.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-/// A `struct` defining which size to fetch.
-#[derive(Debug, Clone, Copy)]
-pub enum SizeType {
- /// Inner size. (not including title bars and so other OS decorations)
- Inner,
- /// Outer size. (including everything)
- Outer,
-} \ No newline at end of file