aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/helpers.h')
-rw-r--r--subsurface-core/helpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-core/helpers.h b/subsurface-core/helpers.h
index 5f2f2f2c5..b5c119870 100644
--- a/subsurface-core/helpers.h
+++ b/subsurface-core/helpers.h
@@ -40,7 +40,6 @@ bool is_same_day (timestamp_t trip_when, timestamp_t dive_when);
QString get_trip_date_string(timestamp_t when, int nr, bool getday);
QString uiLanguage(QLocale *callerLoc);
QLocale getLocale();
-QString getDateFormat();
void selectedDivesGasUsed(QVector<QPair<QString, int> > &gasUsed);
QString getUserAgent();