summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/defines.h b/src/defines.h
index 67ed3b6b..4c8039e1 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2967,11 +2967,6 @@
-/*** Monster blow constants ***/
-
-#define MODIFY_AUX(o, n) ((o) = modify_aux((o), (n) >> 2, (n) & 3))
-#define MODIFY(o, n, min) MODIFY_AUX(o, n); (o) = ((o) < (min))?(min):(o)
-
/*
* New monster blow methods
*/