aboutsummaryrefslogtreecommitdiffstats
path: root/code/asm/qasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/asm/qasm.h')
-rw-r--r--code/asm/qasm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/code/asm/qasm.h b/code/asm/qasm.h
index b02a60a..f38acb5 100644
--- a/code/asm/qasm.h
+++ b/code/asm/qasm.h
@@ -34,13 +34,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define C(label) _##label
#endif
-// plane_t structure
-// !!! if this is changed, it must be changed in q_shared.h too !!!
-#define pl_normal 0
-#define pl_dist 12
-#define pl_type 16
-#define pl_signbits 17
-#define pl_pad 18
-#define pl_size 20
-
#endif