From 3b2316e2425d0dea73a72b47395113cf8f5a0ed7 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Thu, 4 Dec 2014 16:03:12 -0500 Subject: [PATCH 1/4] 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: */ From 809cad1b62ccd8a7d9c8fe4cf0085067d9448e39 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Thu, 4 Dec 2014 16:03:21 -0500 Subject: [PATCH 2/4] Removed vim-config comment from main.cpp. --- src/core/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/main.cpp b/src/core/main.cpp index 14dce4091..08042ef89 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -542,6 +542,3 @@ int main( int argc, char * * argv ) return( ret ); } - - -/* vim: set tw=0 noexpandtab: */ From 2425366b582b5da91df820cfe891255e46a1b5c1 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Thu, 4 Dec 2014 16:03:35 -0500 Subject: [PATCH 3/4] Removed vim-config comment from ExportProjectDialog.cpp. --- src/gui/ExportProjectDialog.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/ExportProjectDialog.cpp b/src/gui/ExportProjectDialog.cpp index 2133729fb..7241216b6 100644 --- a/src/gui/ExportProjectDialog.cpp +++ b/src/gui/ExportProjectDialog.cpp @@ -340,10 +340,3 @@ void ExportProjectDialog::updateTitleBar( int _prog ) Engine::mainWindow()->setWindowTitle( tr( "Rendering: %1%" ).arg( _prog ) ); } - - - - - - -/* vim: set tw=0 noexpandtab: */ From 63b353e07c739813d906a4ace282c32728210e34 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Thu, 4 Dec 2014 16:03:45 -0500 Subject: [PATCH 4/4] Removed vim-config comment from SongEditor.cpp. --- src/gui/SongEditor.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gui/SongEditor.cpp b/src/gui/SongEditor.cpp index 24d00d922..bb477be56 100644 --- a/src/gui/SongEditor.cpp +++ b/src/gui/SongEditor.cpp @@ -790,11 +790,3 @@ bool SongEditor::allowRubberband() const { return( m_editModeButton->isChecked() ); } - - - - - - - -/* vim: set tw=0 noexpandtab: */