summaryrefslogtreecommitdiffstats
path: root/core/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/display.h')
-rw-r--r--core/display.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/display.h b/core/display.h
index 67feee854..aad3c74e1 100644
--- a/core/display.h
+++ b/core/display.h
@@ -8,11 +8,6 @@
extern "C" {
#endif
-struct membuffer;
-
-#define SCALE_SCREEN 1.0
-#define SCALE_PRINT (1.0 / get_screen_dpi())
-
extern double get_screen_dpi(void);
/* Plot info with smoothing, velocity indication
@@ -30,11 +25,6 @@ struct plot_info {
struct plot_data *entry;
};
-typedef enum {
- SC_SCREEN,
- SC_PRINT
-} scale_mode_t;
-
extern struct divecomputer *select_dc(struct dive *);
extern unsigned int dc_number;
@@ -48,10 +38,6 @@ typedef void (*device_callback_t)(const char *name, void *userdata);
int enumerate_devices(device_callback_t callback, void *userdata, unsigned int transport);
-extern const char *default_dive_computer_vendor;
-extern const char *default_dive_computer_product;
-extern const char *default_dive_computer_device;
-extern int default_dive_computer_download_mode;
#define AMB_PERCENTAGE 50.0
#ifdef __cplusplus