Remove redundant NULL checks from general_composite_rect().
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>
Fri, 19 Jun 2009 14:29:11 +0000 (17:29 +0300)
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>
Sun, 21 Jun 2009 09:32:35 +0000 (12:32 +0300)
commitb7b6847b6692796a5da8590dd6254add6d566a7a
tree4bcadaab733913e3a70d1948baaef63ac65c49f6
parentd4dc812380f937908e466bfab52bfcc3b5334ebe
Remove redundant NULL checks from general_composite_rect().

The general_composite_rect() function has two invocations
of the return_if_fail() macro before any of its variable
declarations.  Removing them allows for compilation to
succeed using a pre-C99 compiler.
pixman/pixman-general.c