diff options
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); |