Remove unnecessary function.
This commit is contained in:
@@ -176,10 +176,3 @@ PackageManager::ProgressApplyingChangesDone(InstalledRepository& repository)
|
||||
{
|
||||
// TODO: implement
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
PackageManager::_PrintResult(InstalledRepository& installationRepository)
|
||||
{
|
||||
// TODO: implement
|
||||
}
|
||||
|
||||
@@ -79,10 +79,6 @@ private:
|
||||
virtual void ProgressApplyingChangesDone(
|
||||
InstalledRepository& repository);
|
||||
|
||||
private:
|
||||
void _PrintResult(InstalledRepository&
|
||||
installationRepository);
|
||||
|
||||
private:
|
||||
DecisionProvider fDecisionProvider;
|
||||
JobStateListener fJobStateListener;
|
||||
|
||||
Reference in New Issue
Block a user