Skip to content

Commit

Permalink
Remove autdated ASSERT fixing mixxxdj#13164
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Apr 22, 2024
1 parent 53387a4 commit d0b5d94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/library/basetracktablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,6 @@ QVariant BaseTrackTableModel::rawSiblingValue(
// FIXME: This should never happen but it does. But why??
return QVariant();
}
VERIFY_OR_DEBUG_ASSERT(siblingColumn != index.column()) {
// Prevent infinite recursion
return QVariant();
}
const auto siblingIndex = index.sibling(index.row(), siblingColumn);
return rawValue(siblingIndex);
}
Expand Down

0 comments on commit d0b5d94

Please sign in to comment.