diff options
author | Robert Tari <robert@tari.in> | 2021-10-28 06:48:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-28 08:21:05 +0200 |
commit | 99bd6787eb3d099f196f8e696be23a6dbac82909 (patch) | |
tree | 67b3bf9e4498a73ef85d39aeea2520b057666f45 /include/datetime/appointment.h | |
parent | 97cc3bfbcba9cbbf612f4c7e04b974816adae3e2 (diff) | |
download | ayatana-indicator-datetime-99bd6787eb3d099f196f8e696be23a6dbac82909.tar.gz ayatana-indicator-datetime-99bd6787eb3d099f196f8e696be23a6dbac82909.tar.bz2 ayatana-indicator-datetime-99bd6787eb3d099f196f8e696be23a6dbac82909.zip |
Remove the activation_url from the Appointment class
Diffstat (limited to 'include/datetime/appointment.h')
-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; |