Skip to content

miext: Remove if check which is always true

In both cases we check for width > 0 just above, and the variable is not modified between the checks, so the condition is always true.

Merge request reports