Index: trunk/extensions/PatchOutputMobile/PatchOutputMobile.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 'onOutputPageBeforeHTML' ); |
38 | 38 | |
39 | 39 | class ExtPatchOutputMobile { |
40 | | - const VERSION = '0.3.4'; |
| 40 | + const VERSION = '0.3.5'; |
41 | 41 | |
42 | 42 | private $doc; |
43 | 43 | |
— | — | @@ -118,9 +118,6 @@ |
119 | 119 | |
120 | 120 | private function showHideCallbackWML( $matches ) { |
121 | 121 | static $headings = 0; |
122 | | - $show = self::$messages['patch-output-mobile-show']; |
123 | | - $hide = self::$messages['patch-output-mobile-hide']; |
124 | | - $backToTop = self::$messages['patch-output-mobile-back-to-top']; |
125 | 122 | ++$headings; |
126 | 123 | |
127 | 124 | $base = $this->WMLSectionSeperator . |