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-31 17:00:27 +0900
commit6923f459303f67484c216514ed048333abc931e6 (patch)
treea4094bbf5df437c3a779304b63b5bd761da1541a /tqt/tqextscintillalexer.cpp
parent2116474ab6d253624b129bbb21543e9214796dca (diff)
downloadtqscintilla-6923f459303f67484c216514ed048333abc931e6.tar.gz
tqscintilla-6923f459303f67484c216514ed048333abc931e6.zip
Drop Borland compiler specific coder14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3c23eba2e71e6aebeb7ff5091fc69d050170e1d1)
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());