variables.h
changeset 1309 dab90d4cbf2d
parent 1306 40038dfdf3ba
child 1323 41397685320a
--- a/variables.h	Sun Feb 06 07:49:41 2005 +0000
+++ b/variables.h	Sun Feb 06 08:18:00 2005 +0000
@@ -412,7 +412,6 @@
 #define COPY_IN_DPARAM(offs,src,num) memcpy(_decode_parameters + offs, src, sizeof(uint32) * (num))
 #define COPY_OUT_DPARAM(dst,offs,num) memcpy(dst,_decode_parameters + offs, sizeof(uint32) * (num))
 
-#define INJECT_DPARAM(n) InjectDparam(n);
 
 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;