Skip to content

Commit 1a576f5

Browse files
committed
Remove debug windows header
1 parent e10e592 commit 1a576f5

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

Builds/VisualStudio2013/open-ephys.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@ Global
3232
GlobalSection(SolutionProperties) = preSolution
3333
HideSolutionNode = FALSE
3434
EndGlobalSection
35-
GlobalSection(Performance) = preSolution
36-
HasPerformanceSessions = true
37-
EndGlobalSection
3835
EndGlobal

Source/Processors/DataThreads/RHD2000Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ bool RHD2000Thread::updateBuffer()
15021502
int numStreams = enabledStreams.size();
15031503
int nSamps = Rhd2000DataBlock::getSamplesPerDataBlock(evalBoard->isUSB3());
15041504

1505-
evalBoard->printFIFOmetrics();
1505+
//evalBoard->printFIFOmetrics();
15061506
for (int samp = 0; samp < nSamps; samp++)
15071507
{
15081508
int channel = -1;

Source/Processors/DataThreads/rhythm-api/rhd2000evalboard.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "rhd2000datablock.h"
3030

3131
#include "okFrontPanelDLL.h"
32-
#include <Windows.h>
3332

3433
using namespace std;
3534

0 commit comments

Comments
 (0)