Removed unused struct

This commit is contained in:
emeric
2025-05-30 18:38:53 +02:00
parent 5a70ea68ce
commit 8cf2e2b660
-6
View File
@@ -102,12 +102,6 @@ namespace lms::av
std::unique_ptr<IAudioFile> parseAudioFile(const std::filesystem::path& p);
struct AudioFileFormat
{
std::string mimeType;
std::string format;
};
std::string_view getMimeType(const std::filesystem::path& fileExtension);
} // namespace lms::av