Remove unneeded complete function

This commit is contained in:
Aidan Woods 2018-04-08 23:55:08 +01:00
parent b42add3762
commit 2faba6fef5
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -383,15 +383,6 @@ class Parsedown
} }
} }
protected function blockCodeComplete($Block)
{
$text = $Block['element']['element']['text'];
$Block['element']['element']['text'] = $text;
return $Block;
}
# #
# Comment # Comment