From 82dca177a33efe1e8482f31655af9c3c69c39c96 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 16 Dec 2004 14:53:58 +0000 Subject: [PATCH] Remove redundant "using lyx::support::GetEnvPath;" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9388 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 6 ++++++ src/bufferlist.C | 1 - src/client/ChangeLog | 4 ++++ src/client/messages.C | 1 - src/frontends/xforms/ChangeLog | 4 ++++ src/frontends/xforms/FormFiledialog.C | 1 - src/lyx_main.C | 1 - src/messages.C | 1 - 8 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2dba8c2908..c37e150eb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-12-16 Angus Leeming + + * bufferlist.C: + * lyx_main.C: + * messages.C: remove redundant "using lyx::support::GetEnvPath;" + 2004-12-14 Angus Leeming * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null". diff --git a/src/bufferlist.C b/src/bufferlist.C index 47c4502877..174dd2cc6e 100644 --- a/src/bufferlist.C +++ b/src/bufferlist.C @@ -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; diff --git a/src/client/ChangeLog b/src/client/ChangeLog index 0c9625e2c1..c8fecd592b 100644 --- a/src/client/ChangeLog +++ b/src/client/ChangeLog @@ -1,3 +1,7 @@ +2004-12-16 Angus Leeming + + * messages.C: remove redundant "using lyx::support::GetEnvPath;" + 2004-12-14 Angus Leeming * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/ diff --git a/src/client/messages.C b/src/client/messages.C index d1aa3f5221..a118c733b3 100644 --- a/src/client/messages.C +++ b/src/client/messages.C @@ -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; diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index e623c0f8c4..bfd5726b61 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2004-12-16 Angus Leeming + + * FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;" + 2004-12-15 Angus Leeming * FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks(). diff --git a/src/frontends/xforms/FormFiledialog.C b/src/frontends/xforms/FormFiledialog.C index 612fe711e5..cd54ca947c 100644 --- a/src/frontends/xforms/FormFiledialog.C +++ b/src/frontends/xforms/FormFiledialog.C @@ -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; diff --git a/src/lyx_main.C b/src/lyx_main.C index a4113088c3..f76a5f4531 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -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; diff --git a/src/messages.C b/src/messages.C index 1877ae2f0b..f3ddd12eab 100644 --- a/src/messages.C +++ b/src/messages.C @@ -15,7 +15,6 @@ #include -using lyx::support::GetEnvPath; using lyx::support::lyx_localedir; using std::string; -- 2.39.2