From 63b353e07c739813d906a4ace282c32728210e34 Mon Sep 17 00:00:00 2001 From: "Christopher L. Simons" Date: Thu, 4 Dec 2014 16:03:45 -0500 Subject: [PATCH] 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: */