From 83fa38b3b41e34f333cbbadf638b96e1ffc6ad15 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 26 Mar 2024 14:36:30 +0100 Subject: [PATCH] cleanup: remove unused function parse_display_units() This was added in d9b39efeb7998392524ff2197683aef50246c6ab, but never used as far as I can see... Signed-off-by: Berthold Stoeger --- core/qthelper.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 16289cfa2..8bde6a53d 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1409,11 +1409,6 @@ extern "C" void subsurface_mkdir(const char *dir) qDebug() << "failed to create path" << dir; } -extern "C" void parse_display_units(char *line) -{ - qDebug() << line; -} - extern "C" enum deco_mode decoMode(bool in_planner) { return in_planner ? prefs.planner_deco_mode : prefs.display_deco_mode;