diff --git a/samples/xmpsample.cpp b/samples/xmpsample.cpp index 7a9bd60d..9a4e7b9c 100644 --- a/samples/xmpsample.cpp +++ b/samples/xmpsample.cpp @@ -11,8 +11,6 @@ #include #include -#define UNUSED(expr) do { (void)(expr); } while (0) - bool isEqual(float a, float b) { double d = std::fabs(a - b);