diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 7389047e4..dc9ea3afe 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -929,8 +929,6 @@ void CChat::OnRender() TextRender()->TextColor(rgb.r, rgb.g, rgb.b, Blend); } - int Length = str_length(m_aLines[r].m_aText); - for (int i = 0; i < Length; ) { //maybe replace with pointer and remove "Found"?