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/key_code.rs | |
| parent | 1f4222ba73cdc37642672639ba24ce42ccb3a2b8 (diff) | |
| download | dome-key-map-48c7bc66cc0403d11a2c5565193c14c8381e92e2.tar.bz2 | |
Delete unused imports
Diffstat (limited to 'src/key_code.rs')
| -rw-r--r-- | src/key_code.rs | 18 | 
1 files changed, 1 insertions, 17 deletions
| diff --git a/src/key_code.rs b/src/key_code.rs index 53d596d..c25f0f3 100644 --- a/src/key_code.rs +++ b/src/key_code.rs @@ -1,20 +1,4 @@ -use cocoa::appkit::{ -    NSEvent, -    NSEventModifierFlags, -    NSEventSubtype::NSScreenChangedEventType, -    NSEventType::NSSystemDefined, -}; -use cocoa::base::{id, nil}; -use cocoa::foundation::NSPoint; -use core_graphics::event::{ -    CGEvent, -    CGEventFlags, -    // CGEventPost, -    CGEventRef, -    CGEventTapLocation, -    CGKeyCode, -    KeyCode, -}; +use core_graphics::event::CGEventFlags;  // pub struct KeyCode {  // } | 
