summaryrefslogtreecommitdiff
path: root/library/WT/Source.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Source.php')
-rw-r--r--library/WT/Source.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/WT/Source.php b/library/WT/Source.php
index 67c42c7793..7192618511 100644
--- a/library/WT/Source.php
+++ b/library/WT/Source.php
@@ -64,10 +64,6 @@ class WT_Source extends WT_GedcomRecord {
return $statement->execute(array($xref, $gedcom_id))->fetchOne();
}
- public function getAuth() {
- return get_gedcom_value('AUTH', 1, $this->getGedcom());
- }
-
// Get an array of structures containing all the names in the record
public function getAllNames() {
return parent::_getAllNames('TITL', 1);