Merge pull request #1403 from csimons/vim-comments
Remove personal vim-config comments from source files.
This commit is contained in:
@@ -1479,11 +1479,3 @@ SampleBuffer::handleState::~handleState()
|
||||
{
|
||||
src_delete( m_resamplingData );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* vim: set tw=0 noexpandtab: */
|
||||
|
||||
@@ -542,6 +542,3 @@ int main( int argc, char * * argv )
|
||||
|
||||
return( ret );
|
||||
}
|
||||
|
||||
|
||||
/* vim: set tw=0 noexpandtab: */
|
||||
|
||||
@@ -340,10 +340,3 @@ void ExportProjectDialog::updateTitleBar( int _prog )
|
||||
Engine::mainWindow()->setWindowTitle(
|
||||
tr( "Rendering: %1%" ).arg( _prog ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* vim: set tw=0 noexpandtab: */
|
||||
|
||||
@@ -790,11 +790,3 @@ bool SongEditor::allowRubberband() const
|
||||
{
|
||||
return( m_editModeButton->isChecked() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* vim: set tw=0 noexpandtab: */
|
||||
|
||||
Reference in New Issue
Block a user