diff options
Diffstat (limited to 'src/cocoa_bridge.rs')
| -rw-r--r-- | src/cocoa_bridge.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cocoa_bridge.rs b/src/cocoa_bridge.rs index 4b1bd0b..0c0350a 100644 --- a/src/cocoa_bridge.rs +++ b/src/cocoa_bridge.rs @@ -1,14 +1,10 @@ use std::env; use std::ffi::{CStr, CString, OsString}; use std::fs; -use std::mem; use std::process::Command; use std::ptr; use std::slice; -use autopilot::key::type_string; -// use cocoa::base::nil; -// use cocoa::foundation::{NSArray, NSAutoreleasePool, NSDictionary}; use libc::{c_char, size_t}; use stderrlog; use xdg; @@ -357,9 +353,3 @@ pub extern "C" fn config_free(ptr: *mut Config) { pub extern "C" fn do_trial() { trial::do_trial(); } - - -mod tests { - use super::*; - -} |
