remove a pointless NULL check from i_flipxy()
authorTony Cook <tony@develop-help.com>
Sun, 3 Feb 2019 08:40:43 +0000 (19:40 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 3 Feb 2019 08:40:43 +0000 (19:40 +1100)
commit8a4aa99f62eb82655b435dcd1d7dbd928474d999
tree7810b449a239fc78f1759e7830ea8e1871db6799
parent8d46530578e0bd31d42f106ad550b0db9bcdc116
remove a pointless NULL check from i_flipxy()

im is deferred earlier to get the context, and passing a NULL or invalid
image pointer in is a bug in the caller.
flip.im