mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove unused member.
Fixes coverity issue 23413.
This commit is contained in:
parent
0e2ef88b43
commit
db1979f398
@ -176,7 +176,7 @@ struct LyX::Impl {
|
|||||||
Movers system_movers_;
|
Movers system_movers_;
|
||||||
|
|
||||||
/// has this user started lyx for the first time?
|
/// has this user started lyx for the first time?
|
||||||
bool first_start;
|
// bool first_start;
|
||||||
/// the parsed command line batch command if any
|
/// the parsed command line batch command if any
|
||||||
vector<string> batch_commands;
|
vector<string> batch_commands;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user