diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-08-28 17:52:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-08-28 17:52:55 +0200 |
commit | d6ff64f7068b506d82bbcfde0d9aad527f5951d0 (patch) | |
tree | c9da43e63a09aefdffa03c850c9037c12cd27724 /cmdline | |
parent | 5edc3966e2e1eb4e94b5bd64d59c3a3a78a76ab0 (diff) |
remove death code by removing unused GetInitialize
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 733788353..d1c010e49 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2834,22 +2834,6 @@ bool ShowHelp(CommandLine &CmdL) return true; } /*}}}*/ -// GetInitialize - Initialize things for apt-get /*{{{*/ -// --------------------------------------------------------------------- -/* */ -void GetInitialize() -{ - _config->Set("quiet",0); - _config->Set("help",false); - _config->Set("APT::Get::Download-Only",false); - _config->Set("APT::Get::Simulate",false); - _config->Set("APT::Get::Assume-Yes",false); - _config->Set("APT::Get::Fix-Broken",false); - _config->Set("APT::Get::Force-Yes",false); - _config->Set("APT::Get::List-Cleanup",true); - _config->Set("APT::Get::AutomaticRemove",false); -} - /*}}}*/ // SigWinch - Window size change signal handler /*{{{*/ // --------------------------------------------------------------------- /* */ |