From 6f813b9f8e58a7b6529e3be728e0ae37e8401400 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 11 Sep 2021 14:45:35 -0700 Subject: mobile: remove GpsLocation Only used in context of acquiring GPS locations with the mobile app, which we no longer do. Keep the DiveAndLocation structure around as that's needed by the ApplyGpsFixes command. Signed-off-by: Dirk Hohndel --- commands/command_divesite.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/command_divesite.h b/commands/command_divesite.h index db0c5c73e..c81397410 100644 --- a/commands/command_divesite.h +++ b/commands/command_divesite.h @@ -5,10 +5,15 @@ #define COMMAND_DIVESITE_H #include "command_base.h" -#include "core/gpslocation.h" #include +struct DiveAndLocation { + struct dive *d; + location_t location; + QString name; +}; + // We put everything in a namespace, so that we can shorten names without polluting the global namespace namespace Command { -- cgit v1.2.3-70-g09d2