Skip to content
Snippets Groups Projects
Commit aacab5fc authored by Ben Acland's avatar Ben Acland
Browse files

nothing - removing an old note

parent 986b2467
Branches
Tags
No related merge requests found
......@@ -51,7 +51,6 @@ void DataBuffer::resize(int chans, int size)
int DataBuffer::addToBuffer(float* data, int64* timestamps, uint64* eventCodes, int numItems, int chunkSize)
{
// writes one sample for all channels
int startIndex1, blockSize1, startIndex2, blockSize2;
abstractFifo.prepareToWrite(numItems, startIndex1, blockSize1, startIndex2, blockSize2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment