mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
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:
parent
5601319367
commit
6c4aa88c2e
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user