BMenu: remove useless default case

This commit is contained in:
John Scipione
2014-04-24 15:31:13 -04:00
parent cb30cf1423
commit b7096fd76b
-3
View File
@@ -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