]> git.lyx.org Git - features.git/commitdiff
Remove wrong count comment
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 2 Nov 2022 09:46:11 +0000 (10:46 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 2 Nov 2022 09:46:52 +0000 (10:46 +0100)
src/FuncCode.h

index f050f8e51e1b4050735c8c8404cca21056abad2d..b80d37f6f7e66e74db92ed7722d215e7be26a215 100644 (file)
@@ -502,7 +502,6 @@ enum FuncCode
        LFUN_SPELLING_REMOVE_LOCAL,     // jspitzm 20210307
        LFUN_BRANCH_SYNC_ALL,           // sanda 20220415
        LFUN_INDEXMACRO_INSERT,         // spitz 20220220
-       // 395
        LFUN_LASTACTION                 // end of the table
 };