Skip to content
  • Edwin Pujols's avatar
    Screen: Remove superfluous guards. · 8de0e6c7
    Edwin Pujols authored and Tomaz  Canabrava's avatar Tomaz Canabrava committed
    The code commented with `nowrap!` has no use: `_cuX` and `_cuY` get
    updated to this value on image resize. This code also appeared in
    functions unrelated to horizontal wrapping.
    
    I also took the liberty to update the conditions which determine whether
    to use "default values". Before, the conditions only checked for zero
    instead of (invalid) negative numbers (maybe a few Q_ASSERT's are
    desired here?).
    8de0e6c7