summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 895ca3aaa..9ac5800ef 100644
--- a/variables.h
+++ b/variables.h
@@ -412,7 +412,6 @@ static inline uint32 GetDParam(uint n)
#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;