Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Drop lots of methods and other things marked as deprecated #231

Merged
merged 11 commits into from
Sep 5, 2023

Conversation

calebabutler
Copy link
Contributor

I removed everything I could marked as deprecated in the IrrlichtMT code base that was not used by Minetest. The only things I could not remove were the position2d file (deprecated, but used all over internally in the Irrlicht code), and the EGDS_MESSAGE_BOX_WIDTH and EGDS_MESSAGE_BOX_HEIGHT enum values in the IGUISkin file, used by gui/guiSkin.cpp in the Minetest repo.

@sfan5 sfan5 merged commit af20d9f into minetest:master Sep 5, 2023
12 checks passed
@sfan5
Copy link
Member

sfan5 commented Sep 5, 2023

and the EGDS_MESSAGE_BOX_WIDTH and EGDS_MESSAGE_BOX_HEIGHT enum values in the IGUISkin file, used by gui/guiSkin.cpp in the Minetest repo.

These can removed too if you want, just make sure to send a PR to remove the usage in Minetest too.

grorp added a commit to grorp/irrlicht that referenced this pull request Sep 17, 2023
sfan5 pushed a commit that referenced this pull request Sep 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants