]> git.lyx.org Git - features.git/commitdiff
The obligatory checking has been entirely removed since boost 1.34
authorAbdelrazak Younes <younes@lyx.org>
Tue, 27 Nov 2007 08:07:49 +0000 (08:07 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 27 Nov 2007 08:07:49 +0000 (08:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21814 a592a061-630c-0410-9148-cb99ea01b6c8

src/main.cpp

index a82663b85743dea91e2db3665f8208fead7e2043..1e4634ca0f8e37bcee5b0369cee97065b3734cc2 100644 (file)
 
 #include "support/os.h"
 
-#include <boost/filesystem/path.hpp>
-
 #ifdef HAVE_IOS
 #include <ios>
 #endif
 
-
-namespace fs = boost::filesystem;
-
 int main(int argc, char * argv[])
 {
 #ifdef HAVE_IOS
        std::ios_base::sync_with_stdio(false);
 #endif
-       fs::path::default_name_check(fs::no_check);
 
        // To avoid ordering of global object problems with some
        // stdlibs we do the initialization here, but still as