Skip to content

Commit

Permalink
Remove commented out code in DTVRecorder.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 12, 2011
1 parent dfe3d66 commit d3bc3ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/libs/libmythtv/dtvrecorder.cpp
Expand Up @@ -156,10 +156,6 @@ void DTVRecorder::FinishRecording(void)
curRecording->SaveFilesize(ringBuffer->GetRealFileSize());
SavePositionMap(true);
}
// positionMapLock.lock();
// positionMap.clear();
// positionMapDelta.clear();
// positionMapLock.unlock();
}

void DTVRecorder::ResetForNewFile(void)
Expand Down

0 comments on commit d3bc3ca

Please sign in to comment.