]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-mark.cc
edsp: optionally store a compressed copy of the last scenario
[apt.git] / cmdline / apt-mark.cc
index 4e86edc77885c8306836b59f6be59c5812cba336..0cba31e703ce7b1aa3d47cb48130e80297ff7157 100644 (file)
@@ -316,8 +316,6 @@ static std::vector<aptDispatchWithHelp> GetCommands()                       /*{{{*/
                                                                        /*}}}*/
 int main(int argc,const char *argv[])                                  /*{{{*/
 {
-   InitLocale();
-
    CommandLine CmdL;
    auto const Cmds = ParseCommandLine(CmdL, APT_CMD::APT_MARK, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);