Skip to content

Commit 50b645b

Browse files
committed
[Refactor] Remove dead code
1 parent 6cd7078 commit 50b645b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Syntax.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Syntax::Syntax(QTextDocument *parent) : QSyntaxHighlighter(parent)
44
{
5-
SyntaxRule rule;
6-
75
keywordFormat.setForeground(Qt::blue);
86
keywordFormat.setFontWeight(QFont::Bold);
97
QStringList keywordPatterns;

0 commit comments

Comments
 (0)