Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
ea51d6da
Commit
ea51d6da
authored
Dec 13, 2020
by
Edwin Pujols
Committed by
Tomaz Canabrava
Dec 14, 2020
Browse files
TerminalDisplay: Remove pointless code.
This code, in its current state, doesn't do anything useful.
parent
c854fc88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalDisplay.cpp
View file @
ea51d6da
...
...
@@ -767,17 +767,7 @@ void TerminalDisplay::updateImage()
}
}
const
bool
saveFixedFont
=
_fixedFont
;
if
(
lineDraw
)
{
_fixedFont
=
false
;
}
if
(
doubleWidth
)
{
_fixedFont
=
false
;
}
updateLine
=
true
;
_fixedFont
=
saveFixedFont
;
x
+=
len
-
1
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment