Merge pull request #1403 from csimons/vim-comments

Remove personal vim-config comments from source files.
This commit is contained in:
Tres Finocchiaro
2014-12-04 19:12:21 -05:00
4 changed files with 0 additions and 26 deletions

View File

@@ -1479,11 +1479,3 @@ SampleBuffer::handleState::~handleState()
{
src_delete( m_resamplingData );
}
/* vim: set tw=0 noexpandtab: */

View File

@@ -542,6 +542,3 @@ int main( int argc, char * * argv )
return( ret );
}
/* vim: set tw=0 noexpandtab: */

View File

@@ -340,10 +340,3 @@ void ExportProjectDialog::updateTitleBar( int _prog )
Engine::mainWindow()->setWindowTitle(
tr( "Rendering: %1%" ).arg( _prog ) );
}
/* vim: set tw=0 noexpandtab: */

View File

@@ -790,11 +790,3 @@ bool SongEditor::allowRubberband() const
{
return( m_editModeButton->isChecked() );
}
/* vim: set tw=0 noexpandtab: */