cairo-util: Kill a duplicate test
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 28 Apr 2014 15:19:29 +0000 (11:19 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 1 May 2014 03:54:01 +0000 (20:54 -0700)
commita4d9723341d1ccd387a612827a81c67c446948bc
treeff4968b2a4965e7c0b614b0245521d3c7b87bf89
parentac985be8cee821595241681f12a813834023c492
cairo-util: Kill a duplicate test

If !(x < margin), then clearly margin <= x. No need to test for it again.
shared/cairo-util.c