From cc4d1d68afca3a519d06892df554548f8432309b Mon Sep 17 00:00:00 2001 From: cancel Date: Sat, 1 Dec 2018 18:36:02 +0900 Subject: [PATCH] Cleanup --- sim.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sim.c b/sim.c index 3c275f5..e51bbae 100644 --- a/sim.c +++ b/sim.c @@ -253,8 +253,6 @@ Usz usz_clamp(Usz val, Usz min, Usz max) { if (!oper_has_neighboring_bang(gbuffer, height, width, y, x)) \ return -#define END_IF } - #define OPER_PORT_IO_MASK \ (Mark_flag_input | Mark_flag_output | Mark_flag_haste_input) #define OPER_PORT_CELL_ENABLING_MASK (Mark_flag_lock | Mark_flag_sleep)