From 6c4aa88c2e84f0583462b89f532eb71e5efe96ab Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 27 Dec 2006 08:40:40 +0000 Subject: [PATCH] remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16395 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/DepTable.C | 1 - src/bufferlist.C | 1 - src/insets/insetcommand.h | 3 --- 3 files changed, 5 deletions(-) diff --git a/src/DepTable.C b/src/DepTable.C index 91cfddbb09..0c745f0950 100644 --- a/src/DepTable.C +++ b/src/DepTable.C @@ -34,7 +34,6 @@ using std::time; using support::FileName; using support::ltrim; -using support::makeAbsPath; using support::onlyFilename; using support::suffixIs; using support::sum; diff --git a/src/bufferlist.C b/src/bufferlist.C index f33b00e2c3..d38fdc9cf4 100644 --- a/src/bufferlist.C +++ b/src/bufferlist.C @@ -40,7 +40,6 @@ namespace lyx { using support::addName; using support::bformat; using support::FileName; -using support::makeAbsPath; using support::makeDisplayPath; using support::onlyFilename; using support::removeAutosaveFile; diff --git a/src/insets/insetcommand.h b/src/insets/insetcommand.h index 404874c698..a2397dba65 100644 --- a/src/insets/insetcommand.h +++ b/src/insets/insetcommand.h @@ -47,9 +47,6 @@ public: /// virtual void read(Buffer const &, LyXLex & lex) { p_.read(lex); } - /// Can remove one InsetBibKey is modified - /// FIXME remove - void scanCommand(std::string const & c) { p_.scanCommand(c); }; /// virtual int latex(Buffer const &, odocstream &, OutputParams const &) const; -- 2.39.2