06d7be056190c14b85e71bc12523f18ea6815b5e markd Mon Dec 7 00:50:29 2020 -0800 BLAT mmap index support merge with master 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