X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=libdivecomputer.c;fp=libdivecomputer.c;h=78be2019a4adba9c03461ba5274271506a730f03;hb=c15f798a85db53dae404a9113266a4d2bc72fbc6;hp=5fea5c28c848d08659718b08e34cedd2b004bc9e;hpb=254b851e44a31e2028a2fdddfb4f6989a8e59374;p=ext%2Fsubsurface.git diff --git a/libdivecomputer.c b/libdivecomputer.c index 5fea5c2..78be201 100644 --- a/libdivecomputer.c +++ b/libdivecomputer.c @@ -497,9 +497,6 @@ void do_import(device_data_t *data) pthread_t pthread; void *retval; - if (data->type == DEVICE_TYPE_UEMIS) - return uemis_import(); - /* I'm sure there is some better interface for waiting on a thread in a UI main loop */ import_thread_done = 0; pthread_create(&pthread, NULL, pthread_wrapper, data); @@ -542,6 +539,5 @@ struct device_list device_list[] = { { "Cressi Edy", DEVICE_TYPE_CRESSI_EDY }, { "Zeagle N2iTiON 3", DEVICE_TYPE_ZEAGLE_N2ITION3 }, { "Atomics Cobalt", DEVICE_TYPE_ATOMICS_COBALT }, - { "Uemis Zurich SDA", DEVICE_TYPE_UEMIS }, { NULL } };