Removed old TODOs.

This commit is contained in:
tastytea 2019-08-12 03:28:13 +02:00
parent 919f67b123
commit 338274e368
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ namespace Easy
*/ */
const string server_key() const; const string server_key() const;
// TODO: Look up what the data looks like
/*! /*!
* @brief Returns a vector of Easy::alert_type. * @brief Returns a vector of Easy::alert_type.
* *

View File

@ -190,7 +190,6 @@ namespace Easy
*/ */
double get_double(const string &key) const; double get_double(const string &key) const;
// TODO: Maybe an enum would be better?
/*! /*!
* @brief Returns the value of key as bool * @brief Returns the value of key as bool
* *