diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 17:01:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 17:01:00 +0900 |
commit | 3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (patch) | |
tree | a4094bbf5df437c3a779304b63b5bd761da1541a /tqt/tqextscintillalexer.cpp | |
parent | 0d277a91f606b4e8221631db7b8c22734b193dd5 (diff) | |
download | tqscintilla-3c23eba2e71e6aebeb7ff5091fc69d050170e1d1.tar.gz tqscintilla-3c23eba2e71e6aebeb7ff5091fc69d050170e1d1.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/tqextscintillalexer.cpp')
-rw-r--r-- | tqt/tqextscintillalexer.cpp | 2 |
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()); |