mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Remove deprecated ApproxLastUsed field of profile
This commit is contained in:
parent
293af89c41
commit
7b77c6240a
1 changed files with 0 additions and 4 deletions
|
@ -101,10 +101,6 @@ type Profile struct { //nolint:maligned // not worth the effort
|
||||||
// path.
|
// path.
|
||||||
Config map[string]interface{}
|
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
|
// 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
|
// edited by the user. This is not set automatically, but has to be manually
|
||||||
// set by the user interface.
|
// set by the user interface.
|
||||||
|
|
Loading…
Add table
Reference in a new issue