summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>2018-03-01 13:27:16 +0900
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-03-01 10:49:05 +0200
commit53f064d5c4d81f8bd7a24c5b90de71bff0760fda (patch)
tree5a8aea28cef70df67b50ecbf2bfc5ef735117dde /Makefile.obexd
parent2bb5392474b0adfea6dd278ec4c6634f66674d49 (diff)
downloadbluez-53f064d5c4d81f8bd7a24c5b90de71bff0760fda.tar.gz
obexd: Remove unused source/header files for dbus
Due to using g_dbus_emit_property_changed() and g_dbus_get_properties(), obex_dbus_signal_property_changed() is unused since commit 96063756 ("obex-client: Rename org.bluez.obex.Transfer to Transfer1"), and OBC_PROPERTIES_ARRAY_SIGNATURE macro is unused since commit 3eadc034 ("obex-client: Make use of g_dbus_get_properties to get transfer properties").
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 2e33cbc72..5959f2292 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -76,7 +76,6 @@ obexd_src_obexd_SOURCES = $(btio_sources) $(gobex_sources) \
obexd/client/map-event.h obexd/client/map-event.c \
obexd/client/transfer.h obexd/client/transfer.c \
obexd/client/transport.h obexd/client/transport.c \
- obexd/client/dbus.h obexd/client/dbus.c \
obexd/client/driver.h obexd/client/driver.c \
obexd/src/map_ap.h
obexd_src_obexd_LDADD = lib/libbluetooth-internal.la \