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: */ 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: */ 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: */ 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: */