Bug 707131 - removing useless test.
authorJehan <jehan@girinstud.io>
Wed, 4 Sep 2013 01:04:47 +0000 (13:04 +1200)
committerJehan <jehan@girinstud.io>
Wed, 4 Sep 2013 01:04:47 +0000 (13:04 +1200)
commit285be5bd7ee3ce87bb027b405be674d6f91995d1
tree1c40157f303aa78c26b2a84bc136a25551db4664
parent009ef189885fc8aca305372ead467fa05afe3747
Bug 707131 - removing useless test.

Since pango_scan_int() would return FALSE if the scanned value was over
INT_MAX; and the reference out value's type is an int, (n > INT_MAX)
test is unecessary.
If pango_scan_int() behavior was to be changed to accept long
int, an explicit test should be added (or the PangoAttrSize
type updated to handle long int too).
pango/pango-markup.c