iliya 939bf2ef90 Remove redundant empty table check from computeMaxIntrinsicHeight
The check in computeMaxIntrinsicHeight was redundant since the method
delegates to getMinIntrinsicHeight(), which eventually calls
computeMinIntrinsicHeight() where the same check already exists.

This simplifies the code while maintaining the same functionality.

The checks in computeMinIntrinsicWidth, computeMaxIntrinsicWidth, and
computeMinIntrinsicHeight remain as they either prevent division by
zero or serve as performance optimizations for direct computations.
2026-01-06 18:12:37 -06:00
..