From 338274e368f8959f66e1abe9e7d8a72cd8338c01 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 12 Aug 2019 03:28:13 +0200 Subject: [PATCH] Removed old TODOs. --- src/easy/entities/pushsubscription.hpp | 1 - src/easy/entity.hpp | 1 - 2 files changed, 2 deletions(-) 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 *