[apps/settings] Fix warning for about_controller

This commit is contained in:
MixedMatched
2019-11-16 20:33:44 -05:00
parent 5e1dc3b575
commit 4835774d66

View File

@@ -65,9 +65,7 @@ HighlightCell * AboutController::reusableCell(int index, int type) {
return &m_cells[index];
}
assert(index == 0);
if (type == 1) {
return &m_contributorsCell;
}
return &m_contributorsCell;
}
int AboutController::typeAtLocation(int i, int j) {