summaryrefslogtreecommitdiffstats
path: root/src/gui/general
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 17:36:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 17:36:44 +0900
commit2f09d65ee4c7d9c08b907a1683b902e87b378928 (patch)
tree43dfc12d9ac3f60194e117db97f7fa71a1db73ab /src/gui/general
parent50895ac2d69a50a03a11182f4efdd0c55f20aec4 (diff)
downloadrosegarden-2f09d65ee4c7d9c08b907a1683b902e87b378928.tar.gz
rosegarden-2f09d65ee4c7d9c08b907a1683b902e87b378928.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0009f18105aa640bfbf8c10e426cc5f2219869dd)
Diffstat (limited to 'src/gui/general')
-rw-r--r--src/gui/general/ActiveItem.cpp2
-rw-r--r--src/gui/general/ActiveItem.h3
-rw-r--r--src/gui/general/BarLine.cpp2
-rw-r--r--src/gui/general/BarLine.h3
-rw-r--r--src/gui/general/BaseTool.cpp2
-rw-r--r--src/gui/general/BaseTool.h3
-rw-r--r--src/gui/general/BaseToolBox.cpp2
-rw-r--r--src/gui/general/BaseToolBox.h3
-rw-r--r--src/gui/general/CanvasCursor.cpp2
-rw-r--r--src/gui/general/CanvasCursor.h3
-rw-r--r--src/gui/general/CanvasItemGC.cpp2
-rw-r--r--src/gui/general/CanvasItemGC.h3
-rw-r--r--src/gui/general/CategoryElement.cpp2
-rw-r--r--src/gui/general/CategoryElement.h3
-rw-r--r--src/gui/general/ClefIndex.cpp2
-rw-r--r--src/gui/general/ClefIndex.h2
-rw-r--r--src/gui/general/EditTool.cpp2
-rw-r--r--src/gui/general/EditTool.h3
-rw-r--r--src/gui/general/EditToolBox.cpp2
-rw-r--r--src/gui/general/EditToolBox.h3
-rw-r--r--src/gui/general/EditView.cpp2
-rw-r--r--src/gui/general/EditView.h3
-rw-r--r--src/gui/general/EditViewBase.cpp2
-rw-r--r--src/gui/general/EditViewBase.h2
-rw-r--r--src/gui/general/EditViewTimeSigNotifier.h2
-rw-r--r--src/gui/general/GUIPalette.cpp2
-rw-r--r--src/gui/general/GUIPalette.h3
-rw-r--r--src/gui/general/HZoomable.cpp2
-rw-r--r--src/gui/general/HZoomable.h3
-rw-r--r--src/gui/general/LinedStaff.cpp2
-rw-r--r--src/gui/general/LinedStaff.h2
-rw-r--r--src/gui/general/LinedStaffManager.cpp2
-rw-r--r--src/gui/general/LinedStaffManager.h3
-rw-r--r--src/gui/general/MidiPitchLabel.cpp2
-rw-r--r--src/gui/general/MidiPitchLabel.h3
-rw-r--r--src/gui/general/PixmapFunctions.cpp2
-rw-r--r--src/gui/general/PixmapFunctions.h3
-rw-r--r--src/gui/general/PresetElement.cpp2
-rw-r--r--src/gui/general/PresetElement.h3
-rw-r--r--src/gui/general/PresetGroup.cpp2
-rw-r--r--src/gui/general/PresetGroup.h3
-rw-r--r--src/gui/general/PresetHandlerDialog.cpp2
-rw-r--r--src/gui/general/PresetHandlerDialog.h3
-rw-r--r--src/gui/general/ProgressReporter.cpp2
-rw-r--r--src/gui/general/ProgressReporter.h3
-rw-r--r--src/gui/general/RosegardenCanvasView.cpp2
-rw-r--r--src/gui/general/RosegardenCanvasView.h3
-rw-r--r--src/gui/general/RosegardenScrollView.cpp2
-rw-r--r--src/gui/general/RosegardenScrollView.h3
-rw-r--r--src/gui/general/Spline.cpp2
-rw-r--r--src/gui/general/Spline.h3
-rw-r--r--src/gui/general/StaffLine.cpp2
-rw-r--r--src/gui/general/StaffLine.h3
53 files changed, 0 insertions, 129 deletions
diff --git a/src/gui/general/ActiveItem.cpp b/src/gui/general/ActiveItem.cpp
index 00d967f..c42f71b 100644
--- a/src/gui/general/ActiveItem.cpp
+++ b/src/gui/general/ActiveItem.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/ActiveItem.h b/src/gui/general/ActiveItem.h
index df7ca37..774595d 100644
--- a/src/gui/general/ActiveItem.h
+++ b/src/gui/general/ActiveItem.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/BarLine.cpp b/src/gui/general/BarLine.cpp
index df610ac..6b7c2be 100644
--- a/src/gui/general/BarLine.cpp
+++ b/src/gui/general/BarLine.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/BarLine.h b/src/gui/general/BarLine.h
index 518135c..b716315 100644
--- a/src/gui/general/BarLine.h
+++ b/src/gui/general/BarLine.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/BaseTool.cpp b/src/gui/general/BaseTool.cpp
index 75202ac..1e2f5a4 100644
--- a/src/gui/general/BaseTool.cpp
+++ b/src/gui/general/BaseTool.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/BaseTool.h b/src/gui/general/BaseTool.h
index 7455dda..e636a9c 100644
--- a/src/gui/general/BaseTool.h
+++ b/src/gui/general/BaseTool.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/BaseToolBox.cpp b/src/gui/general/BaseToolBox.cpp
index 1a018fd..a6b210a 100644
--- a/src/gui/general/BaseToolBox.cpp
+++ b/src/gui/general/BaseToolBox.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/BaseToolBox.h b/src/gui/general/BaseToolBox.h
index e0d26be..27617fc 100644
--- a/src/gui/general/BaseToolBox.h
+++ b/src/gui/general/BaseToolBox.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/CanvasCursor.cpp b/src/gui/general/CanvasCursor.cpp
index 44a8d50..8445104 100644
--- a/src/gui/general/CanvasCursor.cpp
+++ b/src/gui/general/CanvasCursor.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/CanvasCursor.h b/src/gui/general/CanvasCursor.h
index 8770165..549302e 100644
--- a/src/gui/general/CanvasCursor.h
+++ b/src/gui/general/CanvasCursor.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/CanvasItemGC.cpp b/src/gui/general/CanvasItemGC.cpp
index 64ac215..d3ff8b0 100644
--- a/src/gui/general/CanvasItemGC.cpp
+++ b/src/gui/general/CanvasItemGC.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/CanvasItemGC.h b/src/gui/general/CanvasItemGC.h
index 681e021..c23c32c 100644
--- a/src/gui/general/CanvasItemGC.h
+++ b/src/gui/general/CanvasItemGC.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/CategoryElement.cpp b/src/gui/general/CategoryElement.cpp
index 5042896..e898961 100644
--- a/src/gui/general/CategoryElement.cpp
+++ b/src/gui/general/CategoryElement.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/CategoryElement.h b/src/gui/general/CategoryElement.h
index 67a51f7..b44b2b9 100644
--- a/src/gui/general/CategoryElement.h
+++ b/src/gui/general/CategoryElement.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/ClefIndex.cpp b/src/gui/general/ClefIndex.cpp
index b02f01a..3ecf004 100644
--- a/src/gui/general/ClefIndex.cpp
+++ b/src/gui/general/ClefIndex.cpp
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
/*
Rosegarden
A sequencer and musical notation editor.
diff --git a/src/gui/general/ClefIndex.h b/src/gui/general/ClefIndex.h
index 118307c..8a27fc7 100644
--- a/src/gui/general/ClefIndex.h
+++ b/src/gui/general/ClefIndex.h
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
/*
Rosegarden
A sequencer and musical notation editor.
diff --git a/src/gui/general/EditTool.cpp b/src/gui/general/EditTool.cpp
index b08024c..a9ca0d9 100644
--- a/src/gui/general/EditTool.cpp
+++ b/src/gui/general/EditTool.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditTool.h b/src/gui/general/EditTool.h
index 7fda27f..1838bf7 100644
--- a/src/gui/general/EditTool.h
+++ b/src/gui/general/EditTool.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditToolBox.cpp b/src/gui/general/EditToolBox.cpp
index 19b0714..f455ccc 100644
--- a/src/gui/general/EditToolBox.cpp
+++ b/src/gui/general/EditToolBox.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditToolBox.h b/src/gui/general/EditToolBox.h
index 208e946..9d4c9cf 100644
--- a/src/gui/general/EditToolBox.h
+++ b/src/gui/general/EditToolBox.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditView.cpp b/src/gui/general/EditView.cpp
index a49f910..42481e6 100644
--- a/src/gui/general/EditView.cpp
+++ b/src/gui/general/EditView.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditView.h b/src/gui/general/EditView.h
index 90097be..4b562af 100644
--- a/src/gui/general/EditView.h
+++ b/src/gui/general/EditView.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditViewBase.cpp b/src/gui/general/EditViewBase.cpp
index bd47219..4c1e150 100644
--- a/src/gui/general/EditViewBase.cpp
+++ b/src/gui/general/EditViewBase.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditViewBase.h b/src/gui/general/EditViewBase.h
index 75bd995..a69fc35 100644
--- a/src/gui/general/EditViewBase.h
+++ b/src/gui/general/EditViewBase.h
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/EditViewTimeSigNotifier.h b/src/gui/general/EditViewTimeSigNotifier.h
index 679494d..7c71f2e 100644
--- a/src/gui/general/EditViewTimeSigNotifier.h
+++ b/src/gui/general/EditViewTimeSigNotifier.h
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/GUIPalette.cpp b/src/gui/general/GUIPalette.cpp
index f5270fd..c34fece 100644
--- a/src/gui/general/GUIPalette.cpp
+++ b/src/gui/general/GUIPalette.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/GUIPalette.h b/src/gui/general/GUIPalette.h
index e2e2dd6..52b978b 100644
--- a/src/gui/general/GUIPalette.h
+++ b/src/gui/general/GUIPalette.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/HZoomable.cpp b/src/gui/general/HZoomable.cpp
index ff81f6c..457b2d6 100644
--- a/src/gui/general/HZoomable.cpp
+++ b/src/gui/general/HZoomable.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/HZoomable.h b/src/gui/general/HZoomable.h
index 82e9aa9..2cc5a0b 100644
--- a/src/gui/general/HZoomable.h
+++ b/src/gui/general/HZoomable.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/LinedStaff.cpp b/src/gui/general/LinedStaff.cpp
index 9156efe..59c0302 100644
--- a/src/gui/general/LinedStaff.cpp
+++ b/src/gui/general/LinedStaff.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/LinedStaff.h b/src/gui/general/LinedStaff.h
index 0ebdf5f..5fbe20a 100644
--- a/src/gui/general/LinedStaff.h
+++ b/src/gui/general/LinedStaff.h
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/LinedStaffManager.cpp b/src/gui/general/LinedStaffManager.cpp
index b1b92d2..7faa9ee 100644
--- a/src/gui/general/LinedStaffManager.cpp
+++ b/src/gui/general/LinedStaffManager.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/LinedStaffManager.h b/src/gui/general/LinedStaffManager.h
index 44338f1..0f4ef6e 100644
--- a/src/gui/general/LinedStaffManager.h
+++ b/src/gui/general/LinedStaffManager.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/MidiPitchLabel.cpp b/src/gui/general/MidiPitchLabel.cpp
index ba42587..4d682e8 100644
--- a/src/gui/general/MidiPitchLabel.cpp
+++ b/src/gui/general/MidiPitchLabel.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/MidiPitchLabel.h b/src/gui/general/MidiPitchLabel.h
index b5fe4c8..c402317 100644
--- a/src/gui/general/MidiPitchLabel.h
+++ b/src/gui/general/MidiPitchLabel.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PixmapFunctions.cpp b/src/gui/general/PixmapFunctions.cpp
index 7bd8b2f..5655976 100644
--- a/src/gui/general/PixmapFunctions.cpp
+++ b/src/gui/general/PixmapFunctions.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PixmapFunctions.h b/src/gui/general/PixmapFunctions.h
index 4564573..42e036e 100644
--- a/src/gui/general/PixmapFunctions.h
+++ b/src/gui/general/PixmapFunctions.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PresetElement.cpp b/src/gui/general/PresetElement.cpp
index cc3e0d1..465d0de 100644
--- a/src/gui/general/PresetElement.cpp
+++ b/src/gui/general/PresetElement.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PresetElement.h b/src/gui/general/PresetElement.h
index 4da78f7..0418546 100644
--- a/src/gui/general/PresetElement.h
+++ b/src/gui/general/PresetElement.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PresetGroup.cpp b/src/gui/general/PresetGroup.cpp
index 353b7d4..8fb0b4d 100644
--- a/src/gui/general/PresetGroup.cpp
+++ b/src/gui/general/PresetGroup.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PresetGroup.h b/src/gui/general/PresetGroup.h
index 03298b2..fe822c0 100644
--- a/src/gui/general/PresetGroup.h
+++ b/src/gui/general/PresetGroup.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PresetHandlerDialog.cpp b/src/gui/general/PresetHandlerDialog.cpp
index 1dc7db1..18ed4af 100644
--- a/src/gui/general/PresetHandlerDialog.cpp
+++ b/src/gui/general/PresetHandlerDialog.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/PresetHandlerDialog.h b/src/gui/general/PresetHandlerDialog.h
index 6d7b3b6..bbc8e9e 100644
--- a/src/gui/general/PresetHandlerDialog.h
+++ b/src/gui/general/PresetHandlerDialog.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/ProgressReporter.cpp b/src/gui/general/ProgressReporter.cpp
index 3fdfacc..16343b0 100644
--- a/src/gui/general/ProgressReporter.cpp
+++ b/src/gui/general/ProgressReporter.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/ProgressReporter.h b/src/gui/general/ProgressReporter.h
index 2c591a9..91e7a85 100644
--- a/src/gui/general/ProgressReporter.h
+++ b/src/gui/general/ProgressReporter.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/RosegardenCanvasView.cpp b/src/gui/general/RosegardenCanvasView.cpp
index 4893147..a3afa8e 100644
--- a/src/gui/general/RosegardenCanvasView.cpp
+++ b/src/gui/general/RosegardenCanvasView.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/RosegardenCanvasView.h b/src/gui/general/RosegardenCanvasView.h
index 6b231a3..6991f4f 100644
--- a/src/gui/general/RosegardenCanvasView.h
+++ b/src/gui/general/RosegardenCanvasView.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/RosegardenScrollView.cpp b/src/gui/general/RosegardenScrollView.cpp
index c3184da..2a0f1a4 100644
--- a/src/gui/general/RosegardenScrollView.cpp
+++ b/src/gui/general/RosegardenScrollView.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/RosegardenScrollView.h b/src/gui/general/RosegardenScrollView.h
index b55c07d..e09079c 100644
--- a/src/gui/general/RosegardenScrollView.h
+++ b/src/gui/general/RosegardenScrollView.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/Spline.cpp b/src/gui/general/Spline.cpp
index 297c21f..fdef032 100644
--- a/src/gui/general/Spline.cpp
+++ b/src/gui/general/Spline.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/Spline.h b/src/gui/general/Spline.h
index 292c2b3..a61294d 100644
--- a/src/gui/general/Spline.h
+++ b/src/gui/general/Spline.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/StaffLine.cpp b/src/gui/general/StaffLine.cpp
index 6838b22..be3d495 100644
--- a/src/gui/general/StaffLine.cpp
+++ b/src/gui/general/StaffLine.cpp
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
diff --git a/src/gui/general/StaffLine.h b/src/gui/general/StaffLine.h
index 1fa00c2..99b8e60 100644
--- a/src/gui/general/StaffLine.h
+++ b/src/gui/general/StaffLine.h
@@ -1,6 +1,3 @@
-
-/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
-
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.