Remove some remaining gui variables that are now unused.

This commit is contained in:
mattmcw 2021-03-24 09:56:37 -04:00
parent ce4014a3cb
commit 9997b7bd61
1 changed files with 0 additions and 7 deletions

View File

@ -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;