summaryrefslogtreecommitdiffstats
path: root/raul/SMFWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SMFWriter.hpp')
-rw-r--r--raul/SMFWriter.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/SMFWriter.hpp b/raul/SMFWriter.hpp
index 1ccb631..df91909 100644
--- a/raul/SMFWriter.hpp
+++ b/raul/SMFWriter.hpp
@@ -53,8 +53,6 @@ protected:
void write_chunk_header(const char id[4], uint32_t length);
void write_chunk(const char id[4], uint32_t length, void* data);
size_t write_var_len(uint32_t val);
- //uint32_t read_var_len() const;
- //int read_event(MidiEvent& ev) const;
std::string _filename;
FILE* _fd;