]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
Merge pull request Debian/apt#16 from dombenson/master
[apt.git] / cmdline / apt-config.cc
index 69485de9091f2e4c908404a3f5a0eec99255aba7..6953a81722ed5985af7ef8b449ef2198309a815b 100644 (file)
@@ -97,8 +97,6 @@ static std::vector<aptDispatchWithHelp> GetCommands()                 /*{{{*/
                                                                        /*}}}*/
 int main(int argc,const char *argv[])                                  /*{{{*/
 {
-   InitLocale();
-
    // Parse the command line and initialize the package library
    CommandLine CmdL;
    auto const Cmds = ParseCommandLine(CmdL, APT_CMD::APT_CONFIG, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);