mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 11:53:56 +00:00

This also removes backwards-compatibility.lua altogether. It's no longer correct in the general case to add backwards compatibility code to this file, so removing it entirely avoids situations where compatibility code is incorrectly added there. In the C++, this removes the commented-out old GUI2 API entries, and adds show_dialog to the gui module directly instead of moving it in core.lua