summaryrefslogtreecommitdiffstats
path: root/core/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/dive.c')
-rw-r--r--core/dive.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/dive.c b/core/dive.c
index 0a8c9f2a9..372361a47 100644
--- a/core/dive.c
+++ b/core/dive.c
@@ -3596,19 +3596,6 @@ struct dive *find_dive_n_near(timestamp_t when, int n, timestamp_t offset)
return NULL;
}
-void shift_times(const timestamp_t amount)
-{
- int i;
- struct dive *dive;
-
- for_each_dive (i, dive) {
- if (!dive->selected)
- continue;
- dive->when += amount;
- invalidate_dive_cache(dive);
- }
-}
-
timestamp_t get_times()
{
int i;