summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp')
-rw-r--r--Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp b/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
index 4fdc12b110..7c36019567 100644
--- a/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
+++ b/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
@@ -29,7 +29,6 @@ void CellSyntaxHighlighter::rehighlight(Palette const& palette)
palette.syntax_keyword(),
Optional<Color> {},
false,
- false,
},
(u64)-1,
false);
@@ -47,7 +46,6 @@ void CellSyntaxHighlighter::rehighlight(Palette const& palette)
Color::Black,
Color::Red,
false,
- false,
},
(u64)-1,
false });