summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-11 19:38:30 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-18 09:14:44 +0000
commit3a136367baf551e4fb2b2b7afbc3e7e870b52568 (patch)
tree098ec9916f8a24d05e799fb26e651a04ce66833f
parent7d0db6487d7b511ca7b3b66dc7ed8174893963ca (diff)
downloadwebtrees-3a136367baf551e4fb2b2b7afbc3e7e870b52568.tar.gz
webtrees-3a136367baf551e4fb2b2b7afbc3e7e870b52568.tar.bz2
webtrees-3a136367baf551e4fb2b2b7afbc3e7e870b52568.zip
Remove deprecated functions
-rw-r--r--app/GedcomRecord.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/GedcomRecord.php b/app/GedcomRecord.php
index f8ada307d6..d5a70dcacc 100644
--- a/app/GedcomRecord.php
+++ b/app/GedcomRecord.php
@@ -330,30 +330,6 @@ class GedcomRecord
}
/**
- * Generate a URL to this record, suitable for use in HTML, etc.
- *
- * @deprecated
- *
- * @return string
- */
- public function getHtmlUrl(): string
- {
- return e($this->url());
- }
-
- /**
- * Generate a URL to this record.
- *
- * @deprecated
- *
- * @return string
- */
- public function getRawUrl(): string
- {
- return $this->url();
- }
-
- /**
* Generate a URL to this record.
*
* @return string