diff --git a/src/easy/entities/pushsubscription.hpp b/src/easy/entities/pushsubscription.hpp index 982bc73..908379f 100644 --- a/src/easy/entities/pushsubscription.hpp +++ b/src/easy/entities/pushsubscription.hpp @@ -71,7 +71,6 @@ namespace Easy */ const string server_key() const; - // TODO: Look up what the data looks like /*! * @brief Returns a vector of Easy::alert_type. * diff --git a/src/easy/entity.hpp b/src/easy/entity.hpp index 56ad444..e01c55a 100644 --- a/src/easy/entity.hpp +++ b/src/easy/entity.hpp @@ -190,7 +190,6 @@ namespace Easy */ double get_double(const string &key) const; - // TODO: Maybe an enum would be better? /*! * @brief Returns the value of key as bool *