Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead code (EpiIntegration::frame_start) #4790

Merged
merged 2 commits into from
Jul 7, 2024
Merged

Conversation

rustbasic
Copy link
Contributor

frame_start appears to be deprecated now.
( Am I wrong? )

It would be a good idea to add #[allow(dead_code)] or remove frame_start.

@emilk
Copy link
Owner

emilk commented Jul 5, 2024

yeah it's dead can can be removed

@emilk emilk changed the title frame_start appears to be deprecated now. Remove dead code (EpiIntegration::frame_start) Jul 7, 2024
@emilk emilk added eframe Relates to epi and eframe refactor exclude from changelog labels Jul 7, 2024
@emilk emilk merged commit cd1e4c5 into emilk:master Jul 7, 2024
21 of 22 checks passed
486c pushed a commit to 486c/egui that referenced this pull request Oct 9, 2024
`frame_start` appears to be deprecated now.
( Am I wrong? )

It would be a good idea to add `#[allow(dead_code)]` or remove
`frame_start`.
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
`frame_start` appears to be deprecated now.
( Am I wrong? )

It would be a good idea to add `#[allow(dead_code)]` or remove
`frame_start`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants