mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/settings] Fix warning for about_controller
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user