diff --git a/clay.h b/clay.h index 5e3879e..726b0ab 100644 --- a/clay.h +++ b/clay.h @@ -2239,7 +2239,6 @@ void Clay__CalculateFinalLayout() { textElementData->wrappedLines.length++; continue; } - int32_t previousWordIndex = -1; int32_t wordIndex = measureTextCacheItem->measuredWordsStartIndex; while (wordIndex != -1) { Clay__MeasuredWord *measuredWord = Clay__MeasuredWordArray_Get(&Clay__measuredWords, wordIndex);