diff --git a/src/Task.cpp b/src/Task.cpp index c66893664..9453d181e 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1703,12 +1703,8 @@ const std::string Task::encode (const std::string& value) const //////////////////////////////////////////////////////////////////////////////// // Decode values after parse. -// " <- &dquot; -// ' <- &squot; or " -// , <- , // [ <- &open; // ] <- &close; -// : <- : const std::string Task::decode (const std::string& value) const { if (value.find ('&') == std::string::npos)