mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 23:17:49 +00:00
Remove experimental support for Replaying C32 files (#1294)
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
namespace file_convert {
|
||||
|
||||
void c8_to_c16(const void* buffer, File::Size bytes);
|
||||
void c32_to_c16(const void* buffer, File::Size bytes);
|
||||
void c16_to_c8(const void* buffer, File::Size bytes);
|
||||
|
||||
} /* namespace file_convert */
|
||||
@@ -52,7 +51,6 @@ class FileConvertReader : public stream::Reader {
|
||||
const File& file() const& { return file_; }
|
||||
|
||||
bool convert_c8_to_c16{};
|
||||
bool convert_c32_to_c16{};
|
||||
|
||||
protected:
|
||||
File file_{};
|
||||
|
Reference in New Issue
Block a user