From 814f44861765d40897898eed651928deab2deeaf Mon Sep 17 00:00:00 2001 From: Robert Leverington Date: Tue, 26 Aug 2008 14:58:50 +0000 Subject: [PATCH] * Remove duplicated function in EditPage. --- includes/EditPage.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index b0ad2811e3..132e27cf06 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1516,19 +1516,6 @@ END $attribs ) ); } - protected function displayPreviewArea( $previewOutput ) { - global $wgOut; - if ( $this->formtype == 'preview') { - $this->showPreview( $previewOutput ); - } else { - $wgOut->addHTML( '
' ); - } - - if ( $this->formtype == 'diff') { - $this->showDiff(); - } - } - protected function displayPreviewArea( $previewOutput ) { global $wgOut; if ( $this->formtype == 'preview') { -- 2.20.1