]> git.lyx.org Git - lyx.git/commitdiff
remove unused stuff
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 21 Dec 2006 10:37:28 +0000 (10:37 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 21 Dec 2006 10:37:28 +0000 (10:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16357 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/WorkArea.C
src/graphics/GraphicsConverter.C

index 8b8cad2a9ffe540a21ecae9ec40a1518931a5241..82f5e573d83a0bb70595bee428d38d93f2ef14c6 100644 (file)
 #include "rowpainter.h"
 
 #include "gettext.h"
-#include "support/filetools.h" // LibFileSearch
 #include "support/forkedcontr.h"
 
 #include <boost/utility.hpp>
 #include <boost/bind.hpp>
 #include <boost/current_function.hpp>
 
-using lyx::support::libFileSearch;
 using lyx::support::ForkedcallsController;
 
 using std::endl;
index fece91d20ce007956c8c23942c1c38fa45e1efa1..c9f6cdd10e99a3406b7201119e83aa9be314ec5d 100644 (file)
@@ -35,7 +35,6 @@ using support::FileName;
 using support::Forkedcall;
 using support::ForkedCallQueue;
 using support::getExtension;
-using support::libFileSearch;
 using support::libScriptSearch;
 using support::onlyPath;
 using support::onlyFilename;