[LyX/master] * cs.po

2023-04-26 Thread Pavel Sanda
commit 6437f58a4ad40440a8b555ea74d61772ab4221fc Author: Pavel Sanda Date: Wed Apr 26 22:55:20 2023 +0200 * cs.po --- po/cs.po | 58 -- 1 files changed, 20 insertions(+), 38 deletions(-) diff --git a/po/cs.po b/po/cs.po index

[LyX/master] Fix compiler warning about unused string consts

2023-04-26 Thread Scott Kostyshak
commit 1dc55bd88b9671ade0b3ad84fcbd992db1c66ca3 Author: Scott Kostyshak Date: Wed Apr 26 14:03:57 2023 -0400 Fix compiler warning about unused string consts These trigger a warning with Clang: src/Session.cpp:34:14: error: unused variable 'sec_session'