remove useless button
All checks were successful
Linux arm64 / Build (push) Successful in 36s

This commit is contained in:
2025-05-19 09:54:45 +02:00
parent fee2f07232
commit 4f2c56a824

View File

@@ -244,9 +244,6 @@ public class DDDView extends GameAdapter implements CommandSender {
} }
ImGui.endDisabled(); ImGui.endDisabled();
ImGui.sameLine(); ImGui.sameLine();
if (ImGui.button("Annuler le coup précédent")) {
sendUndo();
}
openPopup(); openPopup();
renderPopups(); renderPopups();
} }