Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Jan 29, 2024
1 parent 6f86c31 commit bb77cf3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/api.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use crate::Cli;
use std::fs::File;
use std::path::{Path, PathBuf};

use xmodits_lib::common::info::Info;
use xmodits_lib::{
common::extract, exporter::AudioFormat, fmt::loader::load_module, interface::ripper::Ripper,
SampleNamer, SampleNamerTrait,
common::extract, exporter::AudioFormat, interface::ripper::Ripper, SampleNamer,
SampleNamerTrait,
};

pub fn build_namer(cli: &Cli) -> Box<dyn SampleNamerTrait> {
Expand Down

0 comments on commit bb77cf3

Please sign in to comment.