diff --git a/qmarkdowntextedit.cpp b/qmarkdowntextedit.cpp index 13f769f..b8c9cfd 100644 --- a/qmarkdowntextedit.cpp +++ b/qmarkdowntextedit.cpp @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include @@ -1094,7 +1093,6 @@ bool QMarkdownTextEdit::increaseSelectedTextIndention( if (reverse) { // un-indent text - // QSettings settings; const int indentSize = indentCharacters == QStringLiteral("\t") ? 4 : indentCharacters.length();