Small style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31155 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-06-21 13:01:40 +00:00
parent cd69802317
commit ea603b7af3
+2 -1
View File
@@ -1245,9 +1245,10 @@ FrameMoved(origin);
= (ViewUpdateInfo*)infos.ItemAtFast(i);
if (BView* view = _FindView(info->token))
view->_Draw(info->updateRect);
else
else {
printf("_UPDATE_ - didn't find view by token: %ld\n",
info->token);
}
//drawTime += system_time() - drawStart;
}
// NOTE: The tokens are actually hirachically sorted,