diff options
author | Michele Calgaro <[email protected]> | 2024-10-27 13:30:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-31 17:03:51 +0900 |
commit | 0de781a294c6f3abba8562c9a7e2c215c7958445 (patch) | |
tree | e991c60c5e099017ff2318e9086ea9ab0fe86fce | |
parent | ecc1c220836cda0464693a8042d1c9d0b677ba7d (diff) | |
download | universal-indent-gui-tqt-r14.1.x.tar.gz universal-indent-gui-tqt-r14.1.x.zip |
Drop Borland compiler specific coder14.1.x
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 80003eb87bccb1b244b3023b0a97aae2a7d0e8ee)
-rw-r--r-- | src/UiGuiHighlighter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UiGuiHighlighter.cpp b/src/UiGuiHighlighter.cpp index f23100b..662daee 100644 --- a/src/UiGuiHighlighter.cpp +++ b/src/UiGuiHighlighter.cpp @@ -293,7 +293,6 @@ void UiGuiHighlighter::writeCurrentSettings() fdesc += f.family(); fdesc += fmt.arg(f.pointSize()); - // The casts are for Borland. fdesc += fmt.arg((int)f.bold()); fdesc += fmt.arg((int)f.italic()); fdesc += fmt.arg((int)f.underline()); |