]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
In for a penny, in for a pound. Consistent use of // -*- C++ -*-
[lyx.git] / src / LyXAction.C
index 28dac54aec8fe3a583ec4879afe383f242f08cb8..25c91a8bd21e065d5303bef1f78bc83aab4feeb8 100644 (file)
@@ -62,7 +62,7 @@ void LyXAction::init()
        // occupies after the init is completed. It compiles several
        // magnitudes faster.
        
-       static bool init = false;
+       static bool init;
        if (init) return;
 
        struct lfun_item {