summaryrefslogtreecommitdiffstats
path: root/src/base/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/test')
-rw-r--r--src/base/test/accidentals.cpp2
-rw-r--r--src/base/test/colour.cpp3
-rw-r--r--src/base/test/pitch.cpp2
-rw-r--r--src/base/test/test.cpp3
-rw-r--r--src/base/test/thread.cpp3
-rw-r--r--src/base/test/transpose.cpp2
-rw-r--r--src/base/test/utf8.cpp2
7 files changed, 0 insertions, 17 deletions
diff --git a/src/base/test/accidentals.cpp b/src/base/test/accidentals.cpp
index 53dbfc8..c3ee4f3 100644
--- a/src/base/test/accidentals.cpp
+++ b/src/base/test/accidentals.cpp
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
#include "NotationTypes.h"
using namespace Rosegarden;
diff --git a/src/base/test/colour.cpp b/src/base/test/colour.cpp
index 3aa7ba2..0d62f8f 100644
--- a/src/base/test/colour.cpp
+++ b/src/base/test/colour.cpp
@@ -1,6 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
-
/*
Rosegarden-4
A sequencer and musical notation editor.
diff --git a/src/base/test/pitch.cpp b/src/base/test/pitch.cpp
index 5d46f9e..c465b9c 100644
--- a/src/base/test/pitch.cpp
+++ b/src/base/test/pitch.cpp
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
#include "NotationRules.h"
#include "NotationTypes.h"
diff --git a/src/base/test/test.cpp b/src/base/test/test.cpp
index 9a9b496..6c7aabf 100644
--- a/src/base/test/test.cpp
+++ b/src/base/test/test.cpp
@@ -1,6 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-// -*- c-file-style: "bsd" -*-
-
#define NDEBUG
// This does some rather shoddy tests on a small selection of core classes.
diff --git a/src/base/test/thread.cpp b/src/base/test/thread.cpp
index ab327ff..a347467 100644
--- a/src/base/test/thread.cpp
+++ b/src/base/test/thread.cpp
@@ -1,6 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-// -*- c-file-style: "bsd" -*-
-
// This does some rather shoddy tests on a small selection of core classes.
#include "Lock.h"
diff --git a/src/base/test/transpose.cpp b/src/base/test/transpose.cpp
index b1254f5..9d810f8 100644
--- a/src/base/test/transpose.cpp
+++ b/src/base/test/transpose.cpp
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
#include "NotationTypes.h"
using namespace Rosegarden;
diff --git a/src/base/test/utf8.cpp b/src/base/test/utf8.cpp
index 7104cc0..2e60f64 100644
--- a/src/base/test/utf8.cpp
+++ b/src/base/test/utf8.cpp
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 4 -*-
-
#include "XmlExportable.h"
#include <iostream>
#include <string>