mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove redundant (void) parameter declarations
This commit is contained in:
@@ -28,7 +28,7 @@ struct FormatSpec {
|
||||
bool valid;
|
||||
};
|
||||
|
||||
FormatSpec fmt_NewSpec(void);
|
||||
FormatSpec fmt_NewSpec();
|
||||
bool fmt_IsEmpty(FormatSpec const *fmt);
|
||||
bool fmt_IsValid(FormatSpec const *fmt);
|
||||
bool fmt_IsFinished(FormatSpec const *fmt);
|
||||
|
||||
Reference in New Issue
Block a user