-
Notifications
You must be signed in to change notification settings - Fork 10
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 stub functions? #36
Comments
We should get rid of as many distractions and indirections as possible. |
On my way to clean the code up, once again! |
I am even considering to remove the 800x600 resolution support. It's an odd resolution (neither an integer multiple of 320x200 |
I've never been a fan of higher resolutions for ROTT. So I'm not the one who's going to complain about that! |
Hello,
I wanted to start fixing all
-Wextra
warnings, but some of them are about unused function parameters, because the functions are stubbed.Is it necessary to keep some functions like
UL_ChangeDrive()
(inrt_util.c
)?The text was updated successfully, but these errors were encountered: