summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-07-06 10:58:10 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-07-06 04:10:14 -0700
commit5e9ffe30053454ef9d058c7e7d41f55508cb66d7 (patch)
treefb4a83bfd2663a5b8b6d9241a8ed5f402c4b6f9c /core
parent675288f7111ea6b8016d0e10aa514f2226008b4f (diff)
downloadsubsurface-5e9ffe30053454ef9d058c7e7d41f55508cb66d7.tar.gz
Cleanup: remove unused get_screen_dpi() function
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core')
-rw-r--r--core/display.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/display.h b/core/display.h
index aad3c74e1..6b773a496 100644
--- a/core/display.h
+++ b/core/display.h
@@ -8,8 +8,6 @@
extern "C" {
#endif
-extern double get_screen_dpi(void);
-
/* Plot info with smoothing, velocity indication
* and one-, two- and three-minute minimums and maximums */
struct plot_info {