Skip to content

Commit ce7d7fc

Browse files
committed
Remove useless comment.
1 parent 8db9019 commit ce7d7fc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/TBuffer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,10 +2334,6 @@ void TBuffer::appendLine(const QString& text, const int sub_start, const int sub
23342334
// There are NO lines in the buffer - so initialize with a new empty line
23352335
appendEmptyLine();
23362336
lastLine = 0;
2337-
// Harrison-Teeg: Copied this styling push in from the append method...
2338-
// I think this should cause errors as the buffer will have a value whereas the lineBuffer is empty
2339-
// but I've copied it over anyway out of fear of deleting things I don't understand
2340-
23412337
// The ternary operator is used here to set/reset only the TChar::Echo bit in the flags:
23422338
const TChar styling(fgColor, bgColor,
23432339
(mEchoingText ? (TChar::Echo | (flags & TChar::TestMask))

0 commit comments

Comments
 (0)