Remove unused member.

Fixes coverity issue 23413.
This commit is contained in:
Jean-Marc Lasgouttes 2015-03-05 12:30:12 +01:00
parent 0e2ef88b43
commit db1979f398

View File

@ -176,7 +176,7 @@ struct LyX::Impl {
Movers system_movers_;
/// has this user started lyx for the first time?
bool first_start;
// bool first_start;
/// the parsed command line batch command if any
vector<string> batch_commands;