From 7b77c6240a149659d4dd3d9602e24f53d1a1fde6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 14 Feb 2022 11:23:23 +0100 Subject: [PATCH] Remove deprecated ApproxLastUsed field of profile --- profile/profile.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profile/profile.go b/profile/profile.go index cb8af6b3..bb2d44c9 100644 --- a/profile/profile.go +++ b/profile/profile.go @@ -101,10 +101,6 @@ type Profile struct { //nolint:maligned // not worth the effort // path. Config map[string]interface{} - // ApproxLastUsed holds a UTC timestamp in seconds of - // when this Profile was approximately last used. - // For performance reasons not every single usage is saved. - ApproxLastUsed int64 // LastEdited holds the UTC timestamp in seconds when the profile was last // edited by the user. This is not set automatically, but has to be manually // set by the user interface.