diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-26 19:16:25 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-26 19:16:25 +0000 |
| commit | 53810e62006ab063b4f77bd39c14119970a30b07 (patch) | |
| tree | b86d532b8d8638d29962a03339e6021ce0c1f68a /includes/controllers/lifespan_ctrl.php | |
| parent | 7db735976e98f95dee9d5a03e58975c389ab40c2 (diff) | |
| download | webtrees-53810e62006ab063b4f77bd39c14119970a30b07.tar.gz webtrees-53810e62006ab063b4f77bd39c14119970a30b07.tar.bz2 webtrees-53810e62006ab063b4f77bd39c14119970a30b07.zip | |
Prune some dead/inaccessable code.
Diffstat (limited to 'includes/controllers/lifespan_ctrl.php')
| -rw-r--r-- | includes/controllers/lifespan_ctrl.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/controllers/lifespan_ctrl.php b/includes/controllers/lifespan_ctrl.php index df92d4f7cf..b052598c36 100644 --- a/includes/controllers/lifespan_ctrl.php +++ b/includes/controllers/lifespan_ctrl.php @@ -82,12 +82,6 @@ class LifespanControllerRoot extends BaseController { var $endDate; var $startDate; var $currentsex; - /** - * constructor - */ - function TimelineRootController() { - parent :: BaseController(); - } /** * Initialization function |
