Also remove no longer needed variable.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32003 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2260,7 +2260,6 @@ BMenu::_CalcFrame(BPoint where, bool *scrollOn)
|
|||||||
void
|
void
|
||||||
BMenu::_DrawItems(BRect updateRect)
|
BMenu::_DrawItems(BRect updateRect)
|
||||||
{
|
{
|
||||||
bigtime_t start = system_time();
|
|
||||||
int32 itemCount = fItems.CountItems();
|
int32 itemCount = fItems.CountItems();
|
||||||
for (int32 i = 0; i < itemCount; i++) {
|
for (int32 i = 0; i < itemCount; i++) {
|
||||||
BMenuItem *item = ItemAt(i);
|
BMenuItem *item = ItemAt(i);
|
||||||
|
|||||||
Reference in New Issue
Block a user