diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-12-22 14:02:07 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-01-18 17:36:31 +0200 |
commit | 65caddb29492cf0321ac252f08da57933f507df1 (patch) | |
tree | 6306cbe05338769cb4e2bc0ef7f5d4a93ac6fa46 /core/qthelper.h | |
parent | 3d02edf61e222a9bc839fd9ad294ab1ab1ea8615 (diff) | |
download | subsurface-65caddb29492cf0321ac252f08da57933f507df1.tar.gz |
code cleanup: translators are not global
Un-globalize unused global variables.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index d23695f7f..c5aef1dd1 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -10,9 +10,6 @@ #include <QTranslator> #include <QDir> -// global pointers for our translation -extern QTranslator *qtTranslator, *ssrfTranslator; - QString weight_string(int weight_in_grams); QString distance_string(int distanceInMeters); bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed_out = 0); |