diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-24 21:17:07 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-24 21:17:07 +0100 |
commit | 1179953a0bbf82ba22a2692586ce4f1936b2bdc9 (patch) | |
tree | 92073340dd9e5684bbe8399794709aab3e4a3bc5 /apt-private/private-output.h | |
parent | 85d7c0eb60efd0de13ad331676b6227f52bed6c6 (diff) |
show APT-Sources in apt show
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r-- | apt-private/private-output.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h index ba04ee221..2a2a69458 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -43,10 +43,6 @@ bool ShowEssential(std::ostream &out,CacheFile &Cache); void Stats(std::ostream &out, pkgDepCache &Dep); -// helpers to display single package data -std::string -GetArchiveSuite(pkgCacheFile &CacheFile, pkgCache::VerIterator ver); - // prompting bool YnPrompt(bool Default=true); bool AnalPrompt(const char *Text); |