Changeset f698054 in mainline for uspace/lib/softrend/filter.c


Ignore:
Timestamp:
2012-11-25T07:04:59Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c4ebe02
Parents:
c8e2ac5
Message:

Removed unnecessary code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softrend/filter.c

    rc8e2ac5 rf698054  
    4444                _x %= pixmap->width;
    4545                _y %= pixmap->height;
    46         } else if (_x < 0 || _x >= (long) pixmap->width || _y < 0 || _y >= (long) pixmap->height) {
    47                 return 0;
    4846        }
    4947
Note: See TracChangeset for help on using the changeset viewer.