[feature/template-engine] Delete no longer used $template_filename property.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev 2011-08-09 23:18:58 -04:00
parent 035a8d7154
commit 4bb56cddb3

View file

@ -30,7 +30,6 @@ class bbcode
var $bbcodes = array(); var $bbcodes = array();
var $template_bitfield; var $template_bitfield;
var $template_filename = '';
/** /**
* Constructor * Constructor