* removed unused variable

* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29993 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2009-04-07 15:11:03 +00:00
parent 8c91d29b34
commit 411461b72a
@@ -51,7 +51,6 @@ Window::Window()
char* currLine = content.LockBuffer(contentLength);
if (currLine) {
int32 lineNo = 0;
char buf[10];
for ( ; lineNo < kLineCount; currLine += lineLength)
sprintf(currLine, format.String(), kLineNoSize, lineNo++);
content.UnlockBuffer(contentLength);