Skip to content

Commit

Permalink
TestEngine: remove left-over unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Sep 12, 2024
1 parent ec15ef4 commit def16f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imgui_test_engine/imgui_te_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,6 @@ void ImGuiTestContext::MouseMove(ImGuiTestRef ref, ImGuiTestOpFlags flags)
}

// Update item
ImGuiTestItemInfo old_item = item;
item = ItemInfo(item.ID);

// FIXME-TESTS-NOT_SAME_AS_END_USER
Expand Down

0 comments on commit def16f4

Please sign in to comment.