feedback: Replace taskDiff method by Task inequality operator
This commit is contained in:
committed by
Paul Beckingham
parent
efab724802
commit
4042cbf964
@@ -60,7 +60,6 @@ void dependencyChainOnComplete (Task&);
|
||||
void dependencyChainOnStart (Task&);
|
||||
|
||||
// feedback.cpp
|
||||
bool taskDiff (const Task&, const Task&);
|
||||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&, const std::string&, long&, const long);
|
||||
std::string renderAttribute (const std::string&, const std::string&, const std::string& format = "");
|
||||
|
||||
Reference in New Issue
Block a user