aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-03-14 15:41:30 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-03-14 15:41:30 +0000
commit3747906a6b28926e23eff5fb9aac3a4cfaa954fc (patch)
tree9313bc1604326b4ec845cfee956cbdcdaaf9b937
parentefb696eb4f4e0230fed036348804098d5cf09eba (diff)
remove smile() function, fixes #3158
Closes #3158 Merge request studip/studip!2136
-rw-r--r--lib/visual.inc.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/visual.inc.php b/lib/visual.inc.php
index b9388ac..91b3342 100644
--- a/lib/visual.inc.php
+++ b/lib/visual.inc.php
@@ -330,24 +330,6 @@ function idna_link($link, $mail = false) {
return $link;
}
-
-/**
- * Create smileys
- *
- * This functions converts the smiley codes notation (:name:) as well as the
- * available short notation.
- *
- * @access public
- * @param string $text The text to convert
- * @return string Converted text
- * @deprecated and useless since Stud.IP 5.4
- */
-function smile($text = '') {
- trigger_error('Smileys are no longer supported.', E_USER_DEPRECATED);
- return $text;
-}
-
-
/**
* create symbols from the shorts
*