diff --git a/library/smarty/libs/sysplugins/smarty_variable.php b/library/smarty/libs/sysplugins/smarty_variable.php deleted file mode 100644 --- a/library/smarty/libs/sysplugins/smarty_variable.php +++ /dev/null @@ -1,52 +0,0 @@ -value = $value; - $this->nocache = $nocache; - $this->scope = $scope; - } - - /** - * <> String conversion - * - * @return string - */ - public function __toString() { - return (string)$this->value; - } -} -