1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

unused str() macro

This commit is contained in:
Alexandre Ratchov 2014-11-17 08:24:43 +01:00
parent 22013bd23a
commit fcc7acfe65

View File

@ -30,9 +30,6 @@
#include "wav.h"
#include "bsd-compat.h"
#define xstr(x) #x
#define str(x) xstr(x)
/*
* masks to extract command and channel of status byte
*/