diff --git a/src/gui/newSong.cpp b/src/gui/newSong.cpp index 341667bf6..3f89f86ed 100644 --- a/src/gui/newSong.cpp +++ b/src/gui/newSong.cpp @@ -30,7 +30,6 @@ void FurnaceGUI::drawSysDefs(std::vector& category, bool& acce ImGui::TableNextColumn(); if (!i.subDefs.empty()) { treeNode=ImGui::TreeNode("##TreeShit"); - if (ImGui::IsItemHovered()) isHovered=true; ImGui::SameLine(); } if (ImGui::Selectable(i.name,false,ImGuiSelectableFlags_DontClosePopups)) {