remove unused 'using lyx::support::quoteName;'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14946 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-08 15:32:20 +00:00
parent f478418d3f
commit c20cf44f4e
3 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@
using lyx::support::contains;
using lyx::support::libFileSearch;
using lyx::support::onlyPath;
using lyx::support::quoteName;
using lyx::support::Systemcall;
using std::endl;

View File

@ -69,7 +69,6 @@ using lyx::support::onlyFilename;
using lyx::support::onlyPath;
using lyx::support::Path;
using lyx::support::package;
using lyx::support::quoteName;
using lyx::support::removeAutosaveFile;
using lyx::support::rename;
using lyx::support::split;

View File

@ -73,7 +73,6 @@ using lyx::support::libFileSearch;
using lyx::support::package;
using lyx::support::Path;
using lyx::support::prependEnvPath;
using lyx::support::quoteName;
using lyx::support::rtrim;
using lyx::support::Systemcall;