Remove old functions

remove old functions from file.
This commit is contained in:
Adam Magness 2018-10-31 11:02:30 -04:00
父節點 35abc4bb64
當前提交 93ccd7bcdb
共有 1 個檔案被更改,包括 0 行新增25 行删除

查看文件

@ -29,31 +29,6 @@ use Friendica\Model\FileTag;
require_once "include/conversation.php";
/**
* This is our template processor
*
* @param string|FriendicaSmarty $s the string requiring macro substitution,
* or an instance of FriendicaSmarty
* @param array $r key value pairs (search => replace)
* @return string substituted string
*/
function replace_macros($s, $r)
{
return Renderer::replaceMacros($s, $r);
}
/**
* load template $s
*
* @param string $s
* @param string $root
* @return string
*/
function get_markup_template($s, $root = '')
{
return Renderer::getMarkupTemplate($s, $root);
}
/**
* @brief Generates a pseudo-random string of hexadecimal characters
*