Removed unused variable
authorAlexander Ebert <ebert@woltlab.com>
Mon, 16 Jan 2012 15:32:34 +0000 (16:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 16 Jan 2012 15:32:34 +0000 (16:32 +0100)
Closes #366

wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php

index 5e8f06ef09235575542fcc91c309acc811046f0c..a2ac07cc77aa47afb3c156aa83d843d9bd6604fb 100644 (file)
@@ -118,8 +118,6 @@ class TemplateScriptingCompiler {
         */
        protected $currentLineNo;
        
-       protected $modifiers = array();
-       
        /**
         * list of automatically loaded tenplate plugins
         * @var array<string>