From 01da93521d573ca5064ab961ec7062b16bec880a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 26 Jul 2022 00:54:54 +0200 Subject: [PATCH] Fixup 1d08af62: unused variable --- src/insets/InsetFlex.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/insets/InsetFlex.cpp b/src/insets/InsetFlex.cpp index 3cf709aee3..30ed7bf045 100644 --- a/src/insets/InsetFlex.cpp +++ b/src/insets/InsetFlex.cpp @@ -177,7 +177,6 @@ void InsetFlex::updateBuffer(ParIterator const & it, UpdateType utype, bool cons docstring const & count = il.counter(); bool const have_counter = cnts.hasCounter(count); if (have_counter) { - Paragraph const & par = it.paragraph(); if (!deleted) { cnts.step(count, utype); custom_label += ' ' + -- 2.39.5