summaryrefslogtreecommitdiffstats
path: root/download-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'download-dialog.c')
-rw-r--r--download-dialog.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/download-dialog.c b/download-dialog.c
index 8f6220e31..bbd499aaf 100644
--- a/download-dialog.c
+++ b/download-dialog.c
@@ -3,24 +3,12 @@
#include "dive.h"
#include "divelist.h"
#include "display.h"
-#if USE_GTK_UI
-#include "display-gtk.h"
-#include "callbacks-gtk.h"
-#endif
#include "libdivecomputer.h"
const char *default_dive_computer_vendor;
const char *default_dive_computer_product;
const char *default_dive_computer_device;
-#if USE_GTK_UI
-static gboolean force_download;
-static gboolean prefer_downloaded;
-
-OPTIONCALLBACK(force_toggle, force_download)
-OPTIONCALLBACK(prefer_dl_toggle, prefer_downloaded)
-#endif
-
struct product {
const char *product;
dc_descriptor_t *descriptor;