]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
"Inter-word Space"
[lyx.git] / src / exporter.C
index 0e0cb9ede94ad40cb2a90502d2b262ce14dca5c1..c84c7cd49d77d89c7fe0d0d5743f593a5478bacc 100644 (file)
@@ -29,11 +29,6 @@ using std::find;
 bool Exporter::Export(Buffer * buffer, string const & format,
                      bool put_in_tempdir, string & result_file)
 {
-       // There are so many different places that this function can be called
-       // from that the removal of auto insets is best done here.  This ensures
-       // we always have a clean buffer for inserting errors found during export.
-       BufferView * bv = buffer->getUser();
-
        string backend_format;
        LatexRunParams runparams;
        runparams.flavor = LatexRunParams::LATEX;