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