From 9997b7bd617c715260e6b2d6b648768793bb3a71 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 24 Mar 2021 09:56:37 -0400 Subject: [PATCH] Remove some remaining gui variables that are now unused. --- stipple_gen.pde | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stipple_gen.pde b/stipple_gen.pde index ab20d24..547d8e1 100644 --- a/stipple_gen.pde +++ b/stipple_gen.pde @@ -500,13 +500,6 @@ void setup () { MainArraysetup(); // Main particle array setup - int leftcolumwidth = 225; - - int GUItop = config.canvasHeight + 15; - int GUI2ndRow = 4; // Spacing for firt row after group heading - int GuiRowSpacing = 14; // Spacing for subsequent rows - int GUIFudge = config.canvasHeight + 19; // I wish that we didn't need ONE MORE of these stupid spacings. - config.MaxDotSize = config.MinDotSize * (1 + config.DotSizeFactor); //best way to do this? ReInitiallizeArray = false;