]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
remove unneeded PutEnv
[lyx.git] / src / support / filetools.h
index 0719d8265a803705bab1ef2484d025d147adfa68..35f4badfc91f04c013e64bb7a9d76431e451f24b 100644 (file)
@@ -8,10 +8,6 @@
 #ifndef LYX_FILETOOL_H
 #define LYX_FILETOOL_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 #include <utility>
 #include "LString.h"
@@ -112,12 +108,6 @@ string const GetEnv(string const & envname);
 /// A helper function.
 string const GetEnvPath(string const & name);
 
-///
-bool PutEnv(string const & envstr);
-
-///
-bool PutEnvPath(string const & envstr);
-
 /// Substitutes active latex characters with underscores in filename
 string const MakeLatexName(string const & file);