diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-11 20:45:13 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-11 20:45:13 +0000 |
| commit | b06d751ff3152ae80cf910aceb2f3d2e062700ad (patch) | |
| tree | afafb4501c231a91e4da93932fe9974a821a2b43 | |
| parent | 4cf79781eb32481d80e485b345e5b01a25bb17cf (diff) | |
| download | webtrees-b06d751ff3152ae80cf910aceb2f3d2e062700ad.tar.gz webtrees-b06d751ff3152ae80cf910aceb2f3d2e062700ad.tar.bz2 webtrees-b06d751ff3152ae80cf910aceb2f3d2e062700ad.zip | |
Unused code
| -rw-r--r-- | app/Controller/PedigreeController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/PedigreeController.php b/app/Controller/PedigreeController.php index 81b1b8aae2..464877118f 100644 --- a/app/Controller/PedigreeController.php +++ b/app/Controller/PedigreeController.php @@ -46,7 +46,6 @@ class PedigreeController extends ChartController { parent::__construct(); $this->show_full = Filter::getInteger('show_full', 0, 1, $WT_TREE->getPreference('PEDIGREE_FULL_DETAILS')); $this->talloffset = Filter::getInteger('talloffset', 0, 3, $WT_TREE->getPreference('PEDIGREE_LAYOUT')); - $this->box_width = Filter::getInteger('box_width', 50, 300, 100); $this->PEDIGREE_GENERATIONS = Filter::getInteger('PEDIGREE_GENERATIONS', 2, $WT_TREE->getPreference('MAX_PEDIGREE_GENERATIONS'), $WT_TREE->getPreference('DEFAULT_PEDIGREE_GENERATIONS')); // With more than 8 generations, we run out of pixels on the <canvas> |
