diff options
Diffstat (limited to 'Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp')
-rw-r--r-- | Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp b/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp index c6bdde6bea..e9c43180f8 100644 --- a/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp +++ b/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, the SerenityOS developers. + * Copyright (c) 2020-2022, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ @@ -55,9 +55,4 @@ void CellSyntaxHighlighter::rehighlight(const Palette& palette) } m_client->do_update(); } - -CellSyntaxHighlighter::~CellSyntaxHighlighter() -{ -} - } |