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:06:31 +0000 (06:06 -0700)
commit2d925003a45eb9ef3aabe13dc70dd76a042efed3
treeff1ae89a0f0eeb7eebdb710e0c121703c2b6abc3
parentdf8cf542d874f2259b52bc43280641bfb5215658
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