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:
@@ -23,12 +23,12 @@
|
||||
|
||||
uint8_t fixPrecision;
|
||||
|
||||
uint8_t fix_Precision(void)
|
||||
uint8_t fix_Precision()
|
||||
{
|
||||
return fixPrecision;
|
||||
}
|
||||
|
||||
double fix_PrecisionFactor(void)
|
||||
double fix_PrecisionFactor()
|
||||
{
|
||||
return pow(2.0, fixPrecision);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user