diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-28 08:26:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-28 08:26:09 +0200 |
commit | 59c33e407010f6b0f550b88dd0e9318db91db200 (patch) | |
tree | 67b3bf9e4498a73ef85d39aeea2520b057666f45 /include | |
parent | 97cc3bfbcba9cbbf612f4c7e04b974816adae3e2 (diff) | |
parent | 99bd6787eb3d099f196f8e696be23a6dbac82909 (diff) | |
download | ayatana-indicator-datetime-59c33e407010f6b0f550b88dd0e9318db91db200.tar.gz ayatana-indicator-datetime-59c33e407010f6b0f550b88dd0e9318db91db200.tar.bz2 ayatana-indicator-datetime-59c33e407010f6b0f550b88dd0e9318db91db200.zip |
Merge branch 'tari01-pr/drop-activation-url'
Attributes GH PR #65: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/65
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime/appointment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index c563f33..ac2b2c3 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -61,7 +61,6 @@ public: std::string source_uid; std::string color; std::string summary; - std::string activation_url; DateTime begin; DateTime end; |