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 c70b921..415877d 100644
--- a/raul/SMFWriter.hpp
+++ b/raul/SMFWriter.hpp
@@ -26,7 +26,6 @@
namespace Raul {
-
/** Standard Midi File (Type 0) Writer
* \ingroup raul
*/
@@ -67,7 +66,6 @@ protected:
uint32_t _header_size; ///< size of SMF header, including MTrk chunk header
};
-
} // namespace Raul
#endif // RAUL_SMF_WRITER_HPP