[PATCH 14x only] removing redundant using directives.

2004-12-16 Thread Angus Leeming
Cruft left over from the 'OS abstraction of HOME and the null device' 
patch. Thanks to Jean-Marc for spotting this stuff.

Committing now...

AngusIndex: src/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v
retrieving revision 1.2060
diff -u -p -r1.2060 ChangeLog
--- src/ChangeLog	15 Dec 2004 19:35:42 -	1.2060
+++ src/ChangeLog	16 Dec 2004 14:48:14 -
@@ -1,3 +1,9 @@
+2004-12-16  Angus Leeming  [EMAIL PROTECTED]
+
+	* bufferlist.C:
+	* lyx_main.C: 
+	* messages.C: remove redundant using lyx::support::GetEnvPath;
+
 2004-12-14  Angus Leeming  [EMAIL PROTECTED]
 
 	* LaTeX.C: (startscript): use os::nulldev() rather than /dev/null.
Index: src/bufferlist.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/bufferlist.C,v
retrieving revision 1.146
diff -u -p -r1.146 bufferlist.C
--- src/bufferlist.C	15 Dec 2004 19:35:42 -	1.146
+++ src/bufferlist.C	16 Dec 2004 14:48:14 -
@@ -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;
Index: src/lyx_main.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_main.C,v
retrieving revision 1.188
diff -u -p -r1.188 lyx_main.C
--- src/lyx_main.C	15 Dec 2004 19:35:43 -	1.188
+++ src/lyx_main.C	16 Dec 2004 14:48:15 -
@@ -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;
Index: src/messages.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/messages.C,v
retrieving revision 1.17
diff -u -p -r1.17 messages.C
--- src/messages.C	19 Oct 2004 09:11:00 -	1.17
+++ src/messages.C	16 Dec 2004 14:48:15 -
@@ -15,7 +15,6 @@
 
 #include boost/regex.hpp
 
-using lyx::support::GetEnvPath;
 using lyx::support::lyx_localedir;
 
 using std::string;
Index: src/client/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/ChangeLog,v
retrieving revision 1.8
diff -u -p -r1.8 ChangeLog
--- src/client/ChangeLog	14 Dec 2004 10:41:05 -	1.8
+++ src/client/ChangeLog	16 Dec 2004 14:48:15 -
@@ -1,3 +1,7 @@
+2004-12-16  Angus Leeming  [EMAIL PROTECTED]
+
+	* messages.C: remove redundant using lyx::support::GetEnvPath;
+
 2004-12-14  Angus Leeming  [EMAIL PROTECTED]
 
 	* Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
Index: src/client/messages.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/messages.C,v
retrieving revision 1.1
diff -u -p -r1.1 messages.C
--- src/client/messages.C	4 Sep 2004 12:13:50 -	1.1
+++ src/client/messages.C	16 Dec 2004 14:48:15 -
@@ -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;
Index: src/frontends/xforms/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.956
diff -u -p -r1.956 ChangeLog
--- src/frontends/xforms/ChangeLog	15 Dec 2004 21:40:11 -	1.956
+++ src/frontends/xforms/ChangeLog	16 Dec 2004 14:48:18 -
@@ -1,3 +1,7 @@
+2004-12-16  Angus Leeming  [EMAIL PROTECTED]
+
+	* FormFiledialog.C: remove redundant using lyx::support::GetEnvPath;
+
 2004-12-15  Angus Leeming  [EMAIL PROTECTED]
 
 	* FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks().
Index: src/frontends/xforms/FormFiledialog.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormFiledialog.C,v
retrieving revision 1.61
diff -u -p -r1.61 FormFiledialog.C
--- src/frontends/xforms/FormFiledialog.C	15 Dec 2004 21:40:11 -	1.61
+++ src/frontends/xforms/FormFiledialog.C	16 Dec 2004 14:48:18 -
@@ -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;


[PATCH 14x only] removing redundant using directives.

2004-12-16 Thread Angus Leeming
Cruft left over from the 'OS abstraction of "HOME" and the null device' 
patch. Thanks to Jean-Marc for spotting this stuff.

Committing now...

AngusIndex: src/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v
retrieving revision 1.2060
diff -u -p -r1.2060 ChangeLog
--- src/ChangeLog	15 Dec 2004 19:35:42 -	1.2060
+++ src/ChangeLog	16 Dec 2004 14:48:14 -
@@ -1,3 +1,9 @@
+2004-12-16  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* bufferlist.C:
+	* lyx_main.C: 
+	* messages.C: remove redundant "using lyx::support::GetEnvPath;"
+
 2004-12-14  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
Index: src/bufferlist.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/bufferlist.C,v
retrieving revision 1.146
diff -u -p -r1.146 bufferlist.C
--- src/bufferlist.C	15 Dec 2004 19:35:42 -	1.146
+++ src/bufferlist.C	16 Dec 2004 14:48:14 -
@@ -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;
Index: src/lyx_main.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_main.C,v
retrieving revision 1.188
diff -u -p -r1.188 lyx_main.C
--- src/lyx_main.C	15 Dec 2004 19:35:43 -	1.188
+++ src/lyx_main.C	16 Dec 2004 14:48:15 -
@@ -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;
Index: src/messages.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/messages.C,v
retrieving revision 1.17
diff -u -p -r1.17 messages.C
--- src/messages.C	19 Oct 2004 09:11:00 -	1.17
+++ src/messages.C	16 Dec 2004 14:48:15 -
@@ -15,7 +15,6 @@
 
 #include 
 
-using lyx::support::GetEnvPath;
 using lyx::support::lyx_localedir;
 
 using std::string;
Index: src/client/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/ChangeLog,v
retrieving revision 1.8
diff -u -p -r1.8 ChangeLog
--- src/client/ChangeLog	14 Dec 2004 10:41:05 -	1.8
+++ src/client/ChangeLog	16 Dec 2004 14:48:15 -
@@ -1,3 +1,7 @@
+2004-12-16  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* messages.C: remove redundant "using lyx::support::GetEnvPath;"
+
 2004-12-14  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
Index: src/client/messages.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/messages.C,v
retrieving revision 1.1
diff -u -p -r1.1 messages.C
--- src/client/messages.C	4 Sep 2004 12:13:50 -	1.1
+++ src/client/messages.C	16 Dec 2004 14:48:15 -
@@ -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;
Index: src/frontends/xforms/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.956
diff -u -p -r1.956 ChangeLog
--- src/frontends/xforms/ChangeLog	15 Dec 2004 21:40:11 -	1.956
+++ src/frontends/xforms/ChangeLog	16 Dec 2004 14:48:18 -
@@ -1,3 +1,7 @@
+2004-12-16  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;"
+
 2004-12-15  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks().
Index: src/frontends/xforms/FormFiledialog.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormFiledialog.C,v
retrieving revision 1.61
diff -u -p -r1.61 FormFiledialog.C
--- src/frontends/xforms/FormFiledialog.C	15 Dec 2004 21:40:11 -	1.61
+++ src/frontends/xforms/FormFiledialog.C	16 Dec 2004 14:48:18 -
@@ -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;