remove temporary function

This commit is contained in:
Dustin J. Mitchell
2021-12-17 01:46:15 +00:00
committed by Tomas Babej
parent e3dd91d45e
commit 4fa1c0bcfb

View File

@@ -77,7 +77,6 @@ public:
enum dateState {dateNotDue, dateAfterToday, dateLaterToday, dateEarlierToday, dateBeforeToday};
// Public data.
const std::map <std::string, std::string> &data_removeme () const { return data; };
int id {0};
float urgency_value {0.0};
bool recalc_urgency {true};