33bb159f2fc8bc12bd68418424b0504dd1dd3bf8
braney
  Fri Nov 27 14:14:01 2020 -0800
fix the drawing of lollipops in multi-region

diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h
index d14a4c0..a240dfa 100644
--- src/hg/hgTracks/lolly.h
+++ src/hg/hgTracks/lolly.h
@@ -1,22 +1,21 @@
 
 /* lolly.h - stuff unique to lollipop charts */
 
 /* Copyright (C) 2019 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #ifndef LOLLY_H
 #define LOLLY_H
 
 
 /*	lollyCartOptions structure */
 struct lollyCartOptions
     {
     int origHeight, height;
-    double upperLimit, lowerLimit;
     double minY, maxY;
     enum wiggleScaleOptEnum autoScale;
     int radius;    // percentage of height to use for lollipop circle
     int typeWordCount;
     char **typeWords;
     boolean noStems;
     };
 #endif