Remove useless comment. Thanks Ingo for watching out.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5846841e68
commit
4d41072817
@ -448,7 +448,6 @@ BasicTerminalBuffer::LineLength(int32 index) const
|
|||||||
int32
|
int32
|
||||||
BasicTerminalBuffer::GetLineColor(int32 index) const
|
BasicTerminalBuffer::GetLineColor(int32 index) const
|
||||||
{
|
{
|
||||||
// TerminalLine* lineBuffer = ALLOC_LINE_ON_STACK(fWidth);
|
|
||||||
TerminalLine* line = _LineAt(index);
|
TerminalLine* line = _LineAt(index);
|
||||||
return line != NULL ? line->attributes : 0;
|
return line != NULL ? line->attributes : 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user