diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-19 22:46:26 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-19 22:46:26 +0000 |
| commit | d50691af6602777cc2ff4d24a2bbc8004c32e358 (patch) | |
| tree | 30528992a7bc15e60a6d09cd94524cc48082fef6 /app/Report | |
| parent | fab8f06707122abaf875d05f6896eebddf2886af (diff) | |
| download | webtrees-d50691af6602777cc2ff4d24a2bbc8004c32e358.tar.gz webtrees-d50691af6602777cc2ff4d24a2bbc8004c32e358.tar.bz2 webtrees-d50691af6602777cc2ff4d24a2bbc8004c32e358.zip | |
Remove dead code
Diffstat (limited to 'app/Report')
| -rw-r--r-- | app/Report/ReportParserSetup.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/Report/ReportParserSetup.php b/app/Report/ReportParserSetup.php index 3d58ccb718..fa5b3f5a54 100644 --- a/app/Report/ReportParserSetup.php +++ b/app/Report/ReportParserSetup.php @@ -48,20 +48,6 @@ class ReportParserSetup extends ReportParserBase } /** - * Handle <report> - * - * @param string[] $attrs - * - * @return void - */ - protected function reportStartHandler(array $attrs): void - { - $this->data['access'] = $attrs['access'] ?? Auth::PRIV_PRIVATE; - - $this->data['icon'] = $attrs['icon'] ?? ''; - } - - /** * Handle <var var="" /> * * @param string[] $attrs |
