Skip to content

Commit

Permalink
fix problem in tts build
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Nov 5, 2022
1 parent 767580d commit 69cf629
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/shellchat/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ use graphics_server::api::GlyphStyle;
use xous::MessageEnvelope;
use xous_ipc::Buffer;

use locales::t;
use std::thread;
use std::sync::Arc;

Expand All @@ -54,7 +53,6 @@ mod oqc_test;
#[cfg(feature="nettest")]
mod nettests;

#[cfg(feature="tts")]
use locales::t;
#[cfg(feature="tts")]
use tts_frontend::*;
Expand Down

0 comments on commit 69cf629

Please sign in to comment.