Skip to content
Snippets Groups Projects
Commit 469665c6 authored by Josh Siegle's avatar Josh Siegle
Browse files

Removed unused members from RecordNode

parent 1dfcd1a3
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ RecordNode::RecordNode()
{
// newDataFolder = true; // defaults to creating a new data folder on startup
continuousDataIntegerBuffer = new int16[10000];
continuousDataFloatBuffer = new float[10000];
signalFilesShouldClose = false;
......
......@@ -119,11 +119,6 @@ private:
*/
File rootFolder;
/** Determines whether a new rootFolder is created when recording
begins.
*/
bool newDataFolder;
/** Holds data that has been converted from float to int16 before
saving.
*/
......
......@@ -315,8 +315,6 @@ void SourceNode::process(AudioSampleBuffer &buffer,
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment