mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Remove redundant (void) parameter declarations
This commit is contained in:
@@ -28,6 +28,6 @@ void patch_CheckAssertions(std::deque<Assertion> &assertions);
|
||||
/*
|
||||
* Applies all SECTIONs' patches to them
|
||||
*/
|
||||
void patch_ApplyPatches(void);
|
||||
void patch_ApplyPatches();
|
||||
|
||||
#endif // RGBDS_LINK_PATCH_H
|
||||
|
||||
Reference in New Issue
Block a user