[LyX/master] Remove unused variable
Juergen Spitzmueller <[email protected]> Mon, 13 Jul 2026 14:44:03 +0000
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 45a2fa3c8774884dbc8560792e37fbeefba8eb5e Author: Juergen Spitzmueller <[email protected]> Date: Mon Jul 13 16:43:48 2026 +0200 Remove unused variable --- src/insets/InsetTabular.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 53d03253e5..cc68ce6d97 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -6885,7 +6885,6 @@ bool InsetTabular::getStatus(Cursor & cur, FuncRequest const & cmd, row_type rs, re; col_type cs, ce; getSelection(cur, rs, re, cs, ce); - bool enable; for (row_type r = rs; r <= re; ++r) { for (col_type c = cs; c <= ce; ++c) { if (!tabular.cellInset(r, c)->getStatus(cur, cmd, status)) { -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs