From: Jean-Marc Lasgouttes Date: Thu, 5 Mar 2015 11:30:12 +0000 (+0100) Subject: Remove unused member. X-Git-Tag: 2.2.0alpha1~1231 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=db1979f39871;p=features.git Remove unused member. Fixes coverity issue 23413. --- diff --git a/src/LyX.cpp b/src/LyX.cpp index a96531f219..251fe2d65b 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -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 batch_commands;