From: Aaron Taylor Date: Sun, 11 Jul 2021 00:45:23 +0000 (-0700) Subject: Since there is no point drawing blank lights during initialization, we no longer... X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/commitdiff_plain/46ce5129cb87d396a26c1e96274dc42cb3ed23e9 Since there is no point drawing blank lights during initialization, we no longer do so. --- 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).