From 3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 17:01:00 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro --- tqt/tqextscintillalexer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tqt') 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()); -- cgit v1.2.3