feedback: Replace taskDiff method by Task inequality operator

This commit is contained in:
Tomas Babej
2015-09-05 23:14:15 +02:00
committed by Paul Beckingham
parent efab724802
commit 4042cbf964
5 changed files with 4 additions and 34 deletions

View File

@@ -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 = "");