From 9a3775c3b4d557e29021c8a5490634957ae23e6a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Oct 2018 22:37:55 +0100 Subject: Remove audio playing code Remove code that was commented in 44f6a2d5544e3ad49e5e3c52167c045aed1d56b2. Since we weren't able to correctly link to the Core Audio framework from the Objective-C code using this Rust audio code, get rid of it. Instead, we play audio in the Objective-C application. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index ec7eac2..20f4fb6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,6 @@ extern crate magic_crypt; #[macro_use] extern crate quick_error; -// extern crate rodio; #[macro_use] extern crate serde_derive; @@ -37,7 +36,6 @@ mod ffi; mod key_code; mod map; mod parser; -// mod sounds; mod trial; use parser::{Action, HeadphoneButton, MapAction, MapGroup, MapKind}; -- cgit v1.2.3