From e2bb3eaaf83fdd5cc3c53d373c3a6795debafd9c Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Mon, 15 Jun 2015 12:28:30 +0300 Subject: [PATCH] clean up --- Parsedown.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index 55640fb..4b93682 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -107,12 +107,6 @@ class Parsedown # ~ - protected $DefinitionTypes = array( - '[' => array('Reference'), - ); - - # ~ - protected $unmarkedBlockTypes = array( 'Code', );