revert 25377. That was not doing anything useful!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25381 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-06-24 13:29:15 +00:00
parent 43d9183798
commit ceb43a2d1f

View File

@ -363,12 +363,6 @@ FileName const get_locale_dir(FileName const & system_support_dir)
if (path.exists() && path.isDirectory())
return path;
// 4. Search for source tree "po/" in case LyX was launched with
// '-sysdir' argument.
path.set(addPath(system_support_dir.absFilename(), "../po"));
if (path.exists() && path.isDirectory())
return path;
return FileName();
}