From 46ce5129cb87d396a26c1e96274dc42cb3ed23e9 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 10 Jul 2021 17:45:23 -0700 Subject: [PATCH] Since there is no point drawing blank lights during initialization, we no longer do so. --- hacks/NEDsim/NEDsim.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hacks/NEDsim/NEDsim.c b/hacks/NEDsim/NEDsim.c index 01733f1..fb4dd72 100644 --- a/hacks/NEDsim/NEDsim.c +++ b/hacks/NEDsim/NEDsim.c @@ -499,9 +499,6 @@ draw_wordline(struct NEDsim * nedsim, int x, int y) draw_rect_area(nedsim, (x+(i*(WORDLINE_WIDTH/WORDLINE_BITS_PER_STRIPE))), y, WORDLINE_BITS_PER_STRIPE, WORDLINE_HEIGHT, False, True, False, False); } - - // Finally, draw the lights. - draw_wordline_lights(nedsim, 0, x, y); } // Draw the Program Counter area (but don't populate it yet). -- 2.20.1