Remove random lines mistakenly added by merge
This commit is contained in:
parent
d59df30005
commit
b238bcee03
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@
|
||||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||||
#define CLAMP(x, y, z) MIN(MAX((x), (y)), (z))
|
#define CLAMP(x, y, z) MIN(MAX((x), (y)), (z))
|
||||||
|
|
||||||
#else
|
|
||||||
#define ATTR_HOT
|
|
||||||
struct AudioBackend_Sound
|
struct AudioBackend_Sound
|
||||||
{
|
{
|
||||||
unsigned char *samples;
|
unsigned char *samples;
|
||||||
|
|
Loading…
Add table
Reference in a new issue