diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-12-30 18:38:13 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-12-30 18:38:13 +0000 |
| commit | 82e0f870dcce85221ca71cbd70a973097242aafa (patch) | |
| tree | 23119a6b91625a0b67b0ea5f37c4b3f28ee3295c /includes/controllers | |
| parent | 733e1336271d41481eb370fb484cd45d1e67640f (diff) | |
| download | webtrees-82e0f870dcce85221ca71cbd70a973097242aafa.tar.gz webtrees-82e0f870dcce85221ca71cbd70a973097242aafa.tar.bz2 webtrees-82e0f870dcce85221ca71cbd70a973097242aafa.zip | |
Remove unused/dead code
Diffstat (limited to 'includes/controllers')
| -rw-r--r-- | includes/controllers/individual_ctrl.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/controllers/individual_ctrl.php b/includes/controllers/individual_ctrl.php index 02797001e1..754e919fd4 100644 --- a/includes/controllers/individual_ctrl.php +++ b/includes/controllers/individual_ctrl.php @@ -56,13 +56,11 @@ class IndividualController extends BaseController { function init() { global $USE_RIN, $MAX_ALIVE_AGE, $GEDCOM; - global $DEFAULT_PIN_STATE, $DEFAULT_SB_CLOSED_STATE, $pid; + global $DEFAULT_PIN_STATE, $DEFAULT_SB_CLOSED_STATE; global $Fam_Navigator; $this->pid = safe_GET_xref('pid'); - $pid = $this->pid; - $gedrec = find_person_record($this->pid, WT_GED_ID); if ($USE_RIN && $gedrec==false) { |
