Diff between d15257e063643a40e6ba2de0d1bcffac629cca96 and 67b9e7605c3da40ac7f362fbb0d51f1fd8558c15
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +0 | -4 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 5b0b745..9a927a8 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)