Skip to content

Commit f491a72

Browse files
author
mars
committed
missing include for ASSERT, removed
1 parent fbd70e2 commit f491a72

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/MemoryBuffer.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class MemoryBuffer : public AudioBuffer {
1414
memset(buffer, 0, size*channels*sizeof(float));
1515
}
1616
FloatArray getSamples(int channel){
17-
ASSERT(channel < channels, "Invalid channel");
1817
return FloatArray(buffer+channel*size, size);
1918
}
2019
int getChannels(){

0 commit comments

Comments
 (0)