diff --git a/src/bin/desktop/main.rs b/src/bin/desktop/main.rs index 51e904e..aee45b5 100644 --- a/src/bin/desktop/main.rs +++ b/src/bin/desktop/main.rs @@ -616,7 +616,6 @@ fn load_icon() -> egui::IconData { } fn main() -> eframe::Result<()> { - #[cfg(unix)] cagire::engine::realtime::lock_memory(); let args = Args::parse(); diff --git a/src/main.rs b/src/main.rs index 5e55dcf..9619061 100644 --- a/src/main.rs +++ b/src/main.rs @@ -76,7 +76,6 @@ fn main() -> io::Result<()> { #[cfg(unix)] let mut stderr_pipe = redirect_stderr(); - #[cfg(unix)] engine::realtime::lock_memory(); let args = Args::parse();