gdbus: Remove not needed check for NULL DBusPendingCall
authorSzymon Janc <szymon.janc@tieto.com>
Thu, 26 Sep 2013 08:02:35 +0000 (10:02 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Oct 2013 13:08:22 +0000 (06:08 -0700)
commitbc0817f0d3e26b4f9921c3db4123f9a0f6ba5cd0
treec5675086d25716d26ce8ad349d274ea74fa17df4
parent2be018f11e031c2ba41c4af82c9de63c7b3053c5
gdbus: Remove not needed check for NULL DBusPendingCall

It is now checked by g_dbus_send_message_with_reply() so there is no
need to double check that in caller.
gdbus/client.c