]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Remove unused function qp()
[friendica.git] / include / text.php
index 13300c1e106bc36b6528a281da9aaf3feb0cc9b6..e4393b09caeef38bb1e61fd3d8aa0193ac338d3f 100644 (file)
@@ -17,16 +17,6 @@ function activity_match($haystack,$needle) {
        return (($haystack === $needle) || ((basename($needle) === $haystack) && strstr($needle, NAMESPACE_ACTIVITY_SCHEMA)));
 }
 
-/**
- * quick and dirty quoted_printable encoding
- *
- * @param string $s
- * @return string
- */
-function qp($s) {
-       return str_replace("%", "=", rawurlencode($s));
-}
-
 /**
  * @brief Given a text string, convert from bbcode to html and add smilie icons.
  *