revert part of Enrico's temp dir patch: The client does not use package()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13531 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-29 18:37:39 +00:00
parent 5a4d33d97e
commit b3acb8ce8e

View File

@ -14,7 +14,6 @@
#include "debug.h"
#include "support/lstrings.h"
#include "support/package.h"
#include <boost/filesystem/operations.hpp>
#include <boost/lexical_cast.hpp>
@ -459,7 +458,7 @@ int a(vector<char *> const & arg)
}
string mainTmp(lyx::support::package().temp_dir());
string mainTmp("/tmp");
int t(vector<char *> const & arg)