diff --git a/src/chat_gui/contact_list.cpp b/src/chat_gui/contact_list.cpp index ae7f49ef..674c56b8 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