13
0

revert last commit, wrong place...

git-svn-id: svn://localhost/ardour2/branches/3.0@13242 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2012-10-11 04:31:57 +00:00
parent d2c6b00bdd
commit ed05701ccb

View File

@ -105,8 +105,8 @@ class MidiDiskstream : public Diskstream
ChannelMode get_channel_mode() {
ChannelMode playback_mode = _playback_buf->get_channel_mode();
ChannelMode capture_mode = _capture_buf->get_channel_mode();
#ifndef NDEBUG
ChannelMode capture_mode = _capture_buf->get_channel_mode();
assert(playback_mode == capture_mode);
#endif
return playback_mode;