diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-04 16:38:04 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-04 16:38:04 +0100 |
| commit | 9b396afa40b978219d330315d8086c75995aff1c (patch) | |
| tree | 7db80e6876ea55824673202a702f0c4041a945f9 /app/Controller | |
| parent | ab054d0639022af860d92fa8b73b44262ee22641 (diff) | |
| download | webtrees-9b396afa40b978219d330315d8086c75995aff1c.tar.gz webtrees-9b396afa40b978219d330315d8086c75995aff1c.tar.bz2 webtrees-9b396afa40b978219d330315d8086c75995aff1c.zip | |
One canvas is enough
Diffstat (limited to 'app/Controller')
| -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 7da9bc4600..1de6c89f66 100644 --- a/app/Controller/PedigreeController.php +++ b/app/Controller/PedigreeController.php @@ -76,7 +76,6 @@ class PedigreeController extends ChartController { $addoffset = array(); // With more than 8 generations, we run out of pixels on the <canvas> - // TODO investigate adding additional canvas elements if ($this->generations > 8) { $this->generations = 8; } |
