summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/defines.h b/src/defines.h
index ca6fbfd9..3d87df47 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -3386,25 +3386,6 @@
-/*
- * Convert an "attr"/"char" pair into a "pict" (P)
- */
-#define PICT(A,C) \
- ((((u16b)(A)) << 8) | ((byte)(C)))
-
-/*
- * Convert a "pict" (P) into an "attr" (A)
- */
-#define PICT_A(P) \
- ((byte)((P) >> 8))
-
-/*
- * Convert a "pict" (P) into an "char" (C)
- */
-#define PICT_C(P) \
- ((char)((byte)(P)))
-
-
/*
* Determines if a map location is fully inside the outer walls