summaryrefslogtreecommitdiff
path: root/includes/controllers/descendancy_ctrl.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controllers/descendancy_ctrl.php')
-rw-r--r--includes/controllers/descendancy_ctrl.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/controllers/descendancy_ctrl.php b/includes/controllers/descendancy_ctrl.php
index d5afb0a9d2..898bb00c68 100644
--- a/includes/controllers/descendancy_ctrl.php
+++ b/includes/controllers/descendancy_ctrl.php
@@ -48,7 +48,6 @@ class DescendancyController extends BaseController {
var $SEX_COUNT = 0;
var $show_full;
var $chart_style;
- var $sexarray = array();
var $generations;
var $personcount;
var $box_width;
@@ -69,10 +68,6 @@ class DescendancyController extends BaseController {
function init() {
global $USE_RIN, $MAX_ALIVE_AGE, $bwidth, $bheight, $pbwidth, $pbheight, $GEDCOM, $PEDIGREE_FULL_DETAILS, $MAX_DESCENDANCY_GENERATIONS, $DEFAULT_PEDIGREE_GENERATIONS, $show_full;
- $this->sexarray["M"] = i18n::translate('Male');
- $this->sexarray["F"] = i18n::translate('Female');
- $this->sexarray["U"] = i18n::translate('unknown');
-
// Extract parameters from form
$this->pid =safe_GET_xref('pid');
$this->show_full =safe_GET('show_full', array('0', '1'), $PEDIGREE_FULL_DETAILS);