summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-06-04 16:38:04 +0100
committerGreg Roach <fisharebest@gmail.com>2015-06-04 16:38:04 +0100
commit9b396afa40b978219d330315d8086c75995aff1c (patch)
tree7db80e6876ea55824673202a702f0c4041a945f9 /app/Controller
parentab054d0639022af860d92fa8b73b44262ee22641 (diff)
downloadwebtrees-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.php1
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;
}