mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove unused variables
This commit is contained in:
parent
782f6eae00
commit
3695b631c6
@ -19,7 +19,6 @@
|
||||
#include "Converter.h"
|
||||
#include "Encoding.h"
|
||||
#include "Format.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "LyXRC.h"
|
||||
#include "output.h"
|
||||
#include "OutputParams.h"
|
||||
@ -606,9 +605,6 @@ void PreviewLoader::Impl::startLoading(bool wait)
|
||||
}
|
||||
|
||||
otexstream os(of);
|
||||
OutputParams runparams(&enc);
|
||||
LaTeXFeatures features(buffer_, buffer_.params(), runparams);
|
||||
|
||||
if (!openFileWrite(of, latexfile))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user