diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-06-03 20:52:31 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-04 08:50:10 -0700 |
commit | 9f349a4efca6ef10efaf2b9c70f2ebb22278747e (patch) | |
tree | e07f2b859e3837bed290cade6981fed08b93d2cf /core/helpers.h | |
parent | 9d73b6602483fc0b8609adc041d824ec5e43ee62 (diff) | |
download | subsurface-9f349a4efca6ef10efaf2b9c70f2ebb22278747e.tar.gz |
Cleanup: make copyPath() function of static linkage
The function was only used in core/qthelper.cpp
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/helpers.h')
-rw-r--r-- | core/helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/helpers.h b/core/helpers.h index e690245ca..84551b49e 100644 --- a/core/helpers.h +++ b/core/helpers.h @@ -26,7 +26,6 @@ QString get_pressure_unit(); QString getSubsurfaceDataPath(QString folderToFind); QString getPrintingTemplatePathUser(); QString getPrintingTemplatePathBundle(); -void copyPath(QString src, QString dst); extern const QString get_dc_nickname(const char *model, uint32_t deviceid); int gettimezoneoffset(timestamp_t when = 0); int parseDurationToSeconds(const QString &text); |