From db1979f398716185116a93a7c46fac4efe20340b Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 5 Mar 2015 12:30:12 +0100 Subject: [PATCH] Remove unused member. Fixes coverity issue 23413. --- src/LyX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2