diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index 3443886b6..499428fc8 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -1212,19 +1212,6 @@ char *transport_string[] = { "BLE" }; -static char *transport_to_string(int t) -{ - static char buf[1024]; - buf[0] = '\0'; - for (int i = 0; i < 6; i++) { - if (t & (1<