more cleanup

This commit is contained in:
Simon Gardling
2022-05-04 23:57:17 -04:00
parent 243135b3dc
commit 7a109d5638
2 changed files with 7 additions and 8 deletions

View File

@@ -92,4 +92,4 @@ lazy_static::lazy_static! {
pub fn is_mobile() -> bool { return *IS_MOBILE; }
#[cfg(not(target_arch = "wasm32"))]
pub const fn is_mobile() -> bool { return false; }
pub const fn is_mobile() -> bool { false }