remove unused stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16395 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-12-27 08:40:40 +00:00
parent 5601319367
commit 6c4aa88c2e
3 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;