mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove unused function parse_display_units()
This was added in d9b39efeb7
,
but never used as far as I can see...
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2bf7432a94
commit
83fa38b3b4
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue