summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-29 22:41:33 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-29 22:41:33 -0800
commit67b9e7605c3da40ac7f362fbb0d51f1fd8558c15 (patch)
treeaf9ed0a77b593a7f569c288d9899d1cb5120a1f0 /client
parentd15257e063643a40e6ba2de0d1bcffac629cca96 (diff)
downloadbluez-67b9e7605c3da40ac7f362fbb0d51f1fd8558c15.tar.gz
client: Don't bother with individual Device ID properties
Diffstat (limited to 'client')
-rw-r--r--client/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/main.c b/client/main.c
index 5b0b7455b..9a927a893 100644
--- a/client/main.c
+++ b/client/main.c
@@ -707,10 +707,6 @@ static void cmd_info(const char *arg)
print_property(proxy, "LegacyPairing");
print_uuids(proxy);
print_property(proxy, "Modalias");
- print_property(proxy, "VendorSource");
- print_property(proxy, "Vendor");
- print_property(proxy, "Product");
- print_property(proxy, "Version");
}
static void pair_reply(DBusMessage *message, void *user_data)