diff options
| author | Teddy Wing | 2018-10-27 07:19:59 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-27 07:19:59 +0200 | 
| commit | 48c7bc66cc0403d11a2c5565193c14c8381e92e2 (patch) | |
| tree | 2b1020ad73383e23ff78ce856edb31cea8f93756 /src/cocoa_bridge.rs | |
| parent | 1f4222ba73cdc37642672639ba24ce42ccb3a2b8 (diff) | |
| download | dome-key-map-48c7bc66cc0403d11a2c5565193c14c8381e92e2.tar.bz2 | |
Delete unused imports
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::*; - -} | 
