# HG changeset patch # User Matti Hamalainen # Date 1535018914 -10800 # Node ID 66c1d15e335a6cc795fba6dc772a497acea88f72 # Parent 5e9ebac7e8e7c997244dc0c1b00cdcd00d8703a2 This code does nothing. diff -r 5e9ebac7e8e7 -r 66c1d15e335a multipaint.pde --- a/multipaint.pde Thu Aug 23 13:02:14 2018 +0300 +++ b/multipaint.pde Thu Aug 23 13:08:34 2018 +0300 @@ -159,12 +159,6 @@ g_magpiy[122] = 14; // Setup other stuff - if (g_inhibit_aspect) - { - if (machine == QLLOW || machine == BK0010) - Y = 256; - } - if (g_uizoom >= 1 && g_uizoom <= 3) g_wzoom = g_uizoom + 1;