BMenu: remove useless default case
This commit is contained in:
@@ -2154,9 +2154,6 @@ BMenu::_ComputeLayout(int32 index, bool bestFit, bool moveItems,
|
|||||||
case B_ITEMS_IN_MATRIX:
|
case B_ITEMS_IN_MATRIX:
|
||||||
_ComputeMatrixLayout(frame);
|
_ComputeMatrixLayout(frame);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// change width depending on resize mode
|
// change width depending on resize mode
|
||||||
|
|||||||
Reference in New Issue
Block a user