Remove redundant "using lyx::support::GetEnvPath;"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9388 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-12-16 14:53:58 +00:00
parent 242118065b
commit 82dca177a3
8 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2004-12-16 Angus Leeming <leeming@lyx.org>
* bufferlist.C:
* lyx_main.C:
* messages.C: remove redundant "using lyx::support::GetEnvPath;"
2004-12-14 Angus Leeming <leeming@lyx.org>
* LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".

View File

@ -36,7 +36,6 @@
using lyx::support::AddName;
using lyx::support::bformat;
using lyx::support::GetEnvPath;
using lyx::support::MakeAbsPath;
using lyx::support::MakeDisplayPath;
using lyx::support::OnlyFilename;

View File

@ -1,3 +1,7 @@
2004-12-16 Angus Leeming <leeming@lyx.org>
* messages.C: remove redundant "using lyx::support::GetEnvPath;"
2004-12-14 Angus Leeming <leeming@lyx.org>
* Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/

View File

@ -13,7 +13,6 @@
#include "support/filetools.h"
#include "support/path_defines.h"
using lyx::support::GetEnvPath;
using lyx::support::lyx_localedir;
using std::string;

View File

@ -1,3 +1,7 @@
2004-12-16 Angus Leeming <leeming@lyx.org>
* FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;"
2004-12-15 Angus Leeming <leeming@lyx.org>
* FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks().

View File

@ -66,7 +66,6 @@ using lyx::support::ExpandPath;
using lyx::support::FileFilterList;
using lyx::support::FileInfo;
using lyx::support::getcwd;
using lyx::support::GetEnvPath;
using lyx::support::LyXReadLink;
using lyx::support::MakeAbsPath;
using lyx::support::OnlyFilename;

View File

@ -65,7 +65,6 @@ using lyx::support::createLyXTmpDir;
using lyx::support::FileInfo;
using lyx::support::FileSearch;
using lyx::support::GetEnv;
using lyx::support::GetEnvPath;
using lyx::support::i18nLibFileSearch;
using lyx::support::LibFileSearch;
using lyx::support::Path;

View File

@ -15,7 +15,6 @@
#include <boost/regex.hpp>
using lyx::support::GetEnvPath;
using lyx::support::lyx_localedir;
using std::string;