summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillalexer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 17:01:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 17:01:00 +0900
commit3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (patch)
treea4094bbf5df437c3a779304b63b5bd761da1541a /tqt/tqextscintillalexer.cpp
parent0d277a91f606b4e8221631db7b8c22734b193dd5 (diff)
downloadtqscintilla-3c23eba2e71e6aebeb7ff5091fc69d050170e1d1.tar.gz
tqscintilla-3c23eba2e71e6aebeb7ff5091fc69d050170e1d1.zip
Drop Borland compiler specific codeHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/tqextscintillalexer.cpp')
-rw-r--r--tqt/tqextscintillalexer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tqt/tqextscintillalexer.cpp b/tqt/tqextscintillalexer.cpp
index 5cb62d3..5663415 100644
--- a/tqt/tqextscintillalexer.cpp
+++ b/tqt/tqextscintillalexer.cpp
@@ -343,8 +343,6 @@ bool TQextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const
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());