Removed unused 'isEmpty' variable

This commit is contained in:
Michael Votaw
2025-03-24 16:56:21 -05:00
committed by teejusb
parent 90bdb5e2a6
commit 9a7cf4511f
-1
View File
@@ -864,7 +864,6 @@ RString Steps::MinimizedChartString()
{
Trim(measures[m]);
bool isEmpty = true;
bool allZeroes = true;
bool minimal = false;
std::vector<RString> lines;