]> git.lyx.org Git - features.git/commitdiff
Remove unused member.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 5 Mar 2015 11:30:12 +0000 (12:30 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 5 Mar 2015 11:30:12 +0000 (12:30 +0100)
Fixes coverity issue 23413.

src/LyX.cpp

index a96531f219a7d330662108d9808b43d8502f42c8..251fe2d65bc4c08ed4b377a715ee407ad3db07db 100644 (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;