]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - headingeditor.cpp
New upstream version 2.9.22
[sven/vym.git] / headingeditor.cpp
diff --git a/headingeditor.cpp b/headingeditor.cpp
deleted file mode 100644 (file)
index 3cb4741..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "headingeditor.h"
-#include "settings.h"
-
-extern Settings settings;
-extern QString vymName;
-
-HeadingEditor::HeadingEditor(QString scope):TextEditor()
-{
-    editorName = tr("Note Editor","Name of editor shown as window title");
-    setWindowTitle("");
-
-    // Load Settings
-    init (scope);
-}
-
-HeadingEditor::~HeadingEditor() {}
-