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:
Adrien Destugues 2010-11-28 17:38:19 +00:00
parent 5846841e68
commit 4d41072817

View File

@ -448,7 +448,6 @@ BasicTerminalBuffer::LineLength(int32 index) const
int32
BasicTerminalBuffer::GetLineColor(int32 index) const
{
// TerminalLine* lineBuffer = ALLOC_LINE_ON_STACK(fWidth);
TerminalLine* line = _LineAt(index);
return line != NULL ? line->attributes : 0;
}