[LyX/master] Remove unused variable

Juergen Spitzmueller spitz at lyx.org
Mon Jul 13 14:44:03 UTC 2026


commit 45a2fa3c8774884dbc8560792e37fbeefba8eb5e
Author: Juergen Spitzmueller <spitz at lyx.org>
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)) {


More information about the lyx-cvs mailing list