diff jss.h @ 56:8725853609db

Remove the floating point mixing .. it wasn't so good idea after all.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 06:59:00 +0300
parents 064d1d1d5b0f
children 3bdc776a4b33
line wrap: on
line diff
--- a/jss.h	Mon Oct 01 06:28:29 2012 +0300
+++ b/jss.h	Mon Oct 01 06:59:00 2012 +0300
@@ -31,7 +31,6 @@
 #define jsfLooped       (0x01)      // Is sample looped
 #define jsfBiDi         (0x02)      // Bi-directional loop?
 #define jsf16bit        (0x04)      // 16-bit?
-#define jsfFP           (0x08)      // Floating point sample
 
 #define JSFSET(a, b)    do { a |= b; } while (0)
 #define JSFUNSET(a, b)  do { a &= (0xff ^ b); } while (0)