diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2012-05-30 17:16:19 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-09 14:30:13 +0000 |
commit | f40d5135f0fedd32f368b3580e49c9f1d64d2639 (patch) | |
tree | 6d5d5baa463bfd1d9e79f75cbe157ff77c3dcf3d /sys/bluez | |
parent | 54b8979d67a603f4952585fde8f0e64d9377e8f4 (diff) | |
download | gstreamer-plugins-bad-f40d5135f0fedd32f368b3580e49c9f1d64d2639.tar.gz |
bluez: Remove compatibility check for DBUS_TYPE_UNIX_FD
Since commit c89b589a586e97ad875fbdd1d41f03979157ebb0, D-Bus >= 1.4.0 is
required. This version already contains Unix FD passing support,
therefore code that checks for DBUS_TYPE_UNIX_FD definition is
unnecessary.
Diffstat (limited to 'sys/bluez')
-rw-r--r-- | sys/bluez/gstavdtpsink.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/bluez/gstavdtpsink.c b/sys/bluez/gstavdtpsink.c index 333c6650f..1423897f3 100644 --- a/sys/bluez/gstavdtpsink.c +++ b/sys/bluez/gstavdtpsink.c @@ -64,10 +64,6 @@ GST_DEBUG_CATEGORY_STATIC (avdtp_sink_debug); g_mutex_unlock(s->sink_lock); \ } G_STMT_END -#ifndef DBUS_TYPE_UNIX_FD -#define DBUS_TYPE_UNIX_FD -1 -#endif - struct bluetooth_data { struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */ |