Remove unnecessary function.

This commit is contained in:
Rene Gollent 2013-09-18 17:28:37 +02:00
parent e12c26ec2d
commit f7c99dcc33
2 changed files with 0 additions and 11 deletions

View File

@ -176,10 +176,3 @@ PackageManager::ProgressApplyingChangesDone(InstalledRepository& repository)
{
// TODO: implement
}
void
PackageManager::_PrintResult(InstalledRepository& installationRepository)
{
// TODO: implement
}

View File

@ -79,10 +79,6 @@ private:
virtual void ProgressApplyingChangesDone(
InstalledRepository& repository);
private:
void _PrintResult(InstalledRepository&
installationRepository);
private:
DecisionProvider fDecisionProvider;
JobStateListener fJobStateListener;