Skip to content

Commit

Permalink
Merge pull request #57 from ttaubert/remove-khmatcher
Browse files Browse the repository at this point in the history
Remove KeyHandleMatcher, Implement per-device threads on Windows, fixes #47
  • Loading branch information
ttaubert committed Nov 21, 2017
2 parents 7d9f31a + 296f670 commit 921bc46
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 369 deletions.
156 changes: 0 additions & 156 deletions src/khmatcher.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/lib.rs
Expand Up @@ -27,9 +27,6 @@ pub mod platform;
#[path = "stub/mod.rs"]
pub mod platform;

#[cfg(target_os = "windows")]
mod khmatcher;

#[macro_use]
extern crate log;
extern crate rand;
Expand Down
49 changes: 0 additions & 49 deletions src/windows/devicemap.rs

This file was deleted.

0 comments on commit 921bc46

Please sign in to comment.