Drop Borland compiler specific code

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 4 weeks ago
parent e1c968dbf1
commit 80003eb87b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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());

Loading…
Cancel
Save