Cleanup: remove some unused #defines

This commit is contained in:
Rubidium
2024-10-08 20:41:24 +02:00
committed by rubidium42
parent c2d58bb88f
commit 4a6ac52d8c
4 changed files with 0 additions and 29 deletions

View File

@@ -187,8 +187,6 @@ static HeightMap _height_map = { {}, 0, 0, 0 };
/** Conversion: Height to int */
#define H2I(i) ((i) >> height_decimal_bits)
/** Conversion: int to Amplitude */
#define I2A(i) ((i) << amplitude_decimal_bits)
/** Conversion: Amplitude to int */
#define A2I(i) ((i) >> amplitude_decimal_bits)