X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/1b8862162eba9de28c1d0ae0082f40d4c6bbcbe3..e6065cfcf0b5c6a57aa582cb3c2bd2b3fafe64b7:/apt-pkg/init.cc diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index 0be0aee98..f58855792 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -106,9 +106,6 @@ bool pkgInitConfig(Configuration &Cnf) } #endif - // Translation - Cnf.Set("APT::Acquire::Translation", "environment"); - return true; } /*}}}*/