]> git.lyx.org Git - lyx.git/blobdiff - src/support/chdir.C
fix typo that put too many include paths for most people
[lyx.git] / src / support / chdir.C
index f80e989036bde85aa0747653ca8110b4ad9b8959..1f630a465d05763b7c374f88a3788714b2e864c4 100644 (file)
@@ -4,15 +4,6 @@
 
 #include "support/lyxlib.h"
 
-int lyx::chdir(char const * name)
-{
-#ifndef __EMX__
-       return ::chdir(name);
-#else
-       return ::_chdir2(name);
-#endif
-}
-
 int lyx::chdir(string const & name)
 {
 #ifndef __EMX__