]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Add commented-out code that might prove useful one day
[lyx.git] / src / FuncCode.h
index 956a3a4890c4fa1cf953ee88003edec879f541d2..19f41295b1b5e908487cc4e2f6f388de7b09f90a 100644 (file)
@@ -505,6 +505,9 @@ enum FuncCode
        LFUN_INSET_INSERT_COPY,         // spitz 20221101
        LFUN_INDEX_TAG_ALL,             // spitz 20221105
        // 395
+       LFUN_TAB_GROUP_NEXT,            // daniel 20220130
+       LFUN_TAB_GROUP_PREVIOUS,        // daniel 20220130
+       LFUN_BIBTEX_DATABASE_LIST,      // bpiwowar, 20221218
        LFUN_LASTACTION                 // end of the table
 };