summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Phone/UI
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Phone/UI')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Phone/UI/Input/mod.rs5
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Phone/UI/mod.rs3
2 files changed, 0 insertions, 8 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Phone/UI/Input/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Phone/UI/Input/mod.rs
deleted file mode 100644
index e2d22d224..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Phone/UI/Input/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type BackPressedEventArgs = *mut ::core::ffi::c_void;
-pub type CameraEventArgs = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Phone/UI/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Phone/UI/mod.rs
deleted file mode 100644
index a14cb0f4b..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Phone/UI/mod.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "Phone_UI_Input")]
-pub mod Input;