agent: Remove redundant GLIB_CHECK_VERSION macros
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 30 Sep 2015 16:46:47 +0000 (17:46 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 1 Oct 2015 08:21:05 +0000 (09:21 +0100)
commitea3348020da586f20e1a64c9732405e730563616
tree471f0961124abdfecc0371aed290db4d9dd1937e
parent9f10231fc787e4683e896bf35f086906a5b16c03
agent: Remove redundant GLIB_CHECK_VERSION macros

We depend on GLib 2.36.0, which is a higher version than any of these
version checks cared about, so they were all trivially true or false.

Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com>
Differential Revision: https://phabricator.freedesktop.org/D298
agent/agent.c
examples/sdp-example.c
examples/simple-example.c
examples/threaded-example.c
tests/test-io-stream-common.c
tests/test-thread.c