From aef95930958c7cca52fe58c69bd843283321d0f3 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 19 Dec 2025 14:15:46 +0100 Subject: [PATCH] remove unused var --- src/chat_gui/contact_list.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/chat_gui/contact_list.cpp b/src/chat_gui/contact_list.cpp index ae7f49e..674c56b 100644 --- a/src/chat_gui/contact_list.cpp +++ b/src/chat_gui/contact_list.cpp @@ -156,8 +156,6 @@ bool renderContactBig( ImGui::EndTooltip(); } - ImVec2 post_curser_pos = ImGui::GetCursorPos(); - ImVec2 img_curser { orig_curser_pos.x + ImGui::GetStyle().FramePadding.x, orig_curser_pos.y + ImGui::GetStyle().FramePadding.y