aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/indenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/indenter.h')
-rw-r--r--src/plugins/texteditor/indenter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/indenter.h b/src/plugins/texteditor/indenter.h
index 7248d1721c..5dbf7ac2db 100644
--- a/src/plugins/texteditor/indenter.h
+++ b/src/plugins/texteditor/indenter.h
@@ -85,7 +85,6 @@ public:
indent(cursor, QChar::Null, tabSettings, cursorPositionInEditor);
}
- // By default just calls indent with default settings.
virtual Utils::Text::Replacements format(const RangesInLines & /*rangesInLines*/)
{
return Utils::Text::Replacements();