]> git.lyx.org Git - lyx.git/commitdiff
remove unused stuff
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 27 Dec 2006 08:40:40 +0000 (08:40 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 27 Dec 2006 08:40:40 +0000 (08:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16395 a592a061-630c-0410-9148-cb99ea01b6c8

src/DepTable.C
src/bufferlist.C
src/insets/insetcommand.h

index 91cfddbb095c7804b29642446695130143871b78..0c745f0950c15a6652f19968eacc544db80b789d 100644 (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;
index f33b00e2c3868a18f1597caf66fe8dfa08a4d0e1..d38fdc9cf45554ce21a5612db983fd0ea5464c76 100644 (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;
index 404874c698b82e3752aaf24263d479812bf6ae02..a2397dba654e02ac2d2895395e20f89506e32522 100644 (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;