aboutsummaryrefslogtreecommitdiff
path: root/source/fxinst.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fxinst.h')
-rw-r--r--source/fxinst.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/fxinst.h b/source/fxinst.h
index 7cb0d2e..f7450a9 100644
--- a/source/fxinst.h
+++ b/source/fxinst.h
@@ -280,9 +280,6 @@ struct FxRegs_s
/* Update pipe from ROM */
#define FETCHPIPE { PIPE = PRGBANK(R15); }
-/* ABS */
-#define ABS(x) ((x)<0?-(x):(x))
-
/* Access source register */
#define SREG (*GSU.pvSreg)