]> git.mxchange.org Git - friendica.git/commitdiff
Remove old functions
authorAdam Magness <adam.magness@gmail.com>
Wed, 31 Oct 2018 15:02:30 +0000 (11:02 -0400)
committerAdam Magness <adam.magness@gmail.com>
Wed, 31 Oct 2018 15:02:30 +0000 (11:02 -0400)
remove old functions from file.

include/text.php

index 2099f88c106923b07cb4490deba8570600d7fda3..7f66268ad4925aa3ff60528ad628cc2ceefb4a07 100644 (file)
@@ -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
  *