Removing constants

This commit is contained in:
phoenix
2025-03-13 20:53:43 -04:00
parent 69b81bc15c
commit 038142eb8a
3 changed files with 0 additions and 6 deletions
-4
View File
@@ -1,4 +0,0 @@
pub const WAV_FILE_EXTENSION: &str = ".wav";
pub const FLAC_FILE_EXTENSION: &str = ".flac";
pub const _MP3_FILE_EXTENSION: &str = ".mp3";
pub const JPG_FILE_EXTENSION: &str = ".jpg";
-1
View File
@@ -1 +0,0 @@
pub mod file_extensions;
-1
View File
@@ -1,4 +1,3 @@
mod constants;
mod help; mod help;
mod managers; mod managers;
mod models; mod models;