From: Georg Baum Date: Thu, 21 Dec 2006 10:37:28 +0000 (+0000) Subject: remove unused stuff X-Git-Tag: 1.6.10~11482 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c865de2c051a2e5e8a6d82dc78ac30610e8c251b;hp=8eade97e3c7ff19d5a07b8c3c823f43c95acfc34;p=lyx.git remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16357 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/WorkArea.C b/src/frontends/WorkArea.C index 8b8cad2a9f..82f5e573d8 100644 --- a/src/frontends/WorkArea.C +++ b/src/frontends/WorkArea.C @@ -40,14 +40,12 @@ #include "rowpainter.h" #include "gettext.h" -#include "support/filetools.h" // LibFileSearch #include "support/forkedcontr.h" #include #include #include -using lyx::support::libFileSearch; using lyx::support::ForkedcallsController; using std::endl; diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index fece91d20c..c9f6cdd10e 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -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;