From 3b2316e2425d0dea73a72b47395113cf8f5a0ed7 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Thu, 4 Dec 2014 16:03:12 -0500 Subject: [PATCH] Removed vim-config comment from SampleBuffer.cpp. --- src/core/SampleBuffer.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/SampleBuffer.cpp b/src/core/SampleBuffer.cpp index 6ab17741c..9b7b5fa00 100644 --- a/src/core/SampleBuffer.cpp +++ b/src/core/SampleBuffer.cpp @@ -1479,11 +1479,3 @@ SampleBuffer::handleState::~handleState() { src_delete( m_resamplingData ); } - - - - - - - -/* vim: set tw=0 noexpandtab: */