Remove OutputPage::enableSectionEditLinks(), ParserOptions::get/setEditSection()
authorC. Scott Ananian <cscott@cscott.net>
Wed, 19 Jun 2019 18:49:22 +0000 (14:49 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 19 Jun 2019 19:14:54 +0000 (15:14 -0400)
commit2a806d04290da758e5715d0158d882cf24de10b0
tree43811ec06968fb249a5fa9d3ac3df3ca0ba74650
parentce1bd86a4b3f563d6407a2a960211b3dcaca70ac
Remove OutputPage::enableSectionEditLinks(), ParserOptions::get/setEditSection()

These methods were deprecated in 1.31, and most of the related code
was removed in b4e557f8f8a72d4539e0cf5f83add4eef8df418b but these three
methods appear to have been overlooked.

Change-Id: Iea6c8b1b628a7b6acf9b65497966af9fc4ab662e
RELEASE-NOTES-1.34
includes/OutputPage.php
includes/parser/ParserOptions.php