aboutsummaryrefslogtreecommitdiff
path: root/lib/visual.inc.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-03-14 17:02:49 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-03-14 17:02:49 +0000
commitf2f70529462f10f08d7a0ca57bfb50c80e645fa4 (patch)
tree70f5a8ac0dc5c1b1792d4bed9a695a748726a43c /lib/visual.inc.php
parent39019d5827590dae96c75ae97ca267c6622c68e2 (diff)
remove transformBeforeSave() function, fixes #3159
Closes #3159 Merge request studip/studip!2137
Diffstat (limited to 'lib/visual.inc.php')
-rw-r--r--lib/visual.inc.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/visual.inc.php b/lib/visual.inc.php
index 91b3342..2ddcd46 100644
--- a/lib/visual.inc.php
+++ b/lib/visual.inc.php
@@ -155,17 +155,6 @@ function blubberReady($text, $trim=TRUE) {
return $formatted !== '' ? sprintf(FORMATTED_CONTENT_WRAPPER, $formatted) : '';
}
-/**
- * Obsolete function for compatibility, returns text unchanged.
- *
- * @param string $text Marked-up text.
- * @return string Marked-up text.
- * @deprecated since Stud.IP 5.3
- */
-function transformBeforeSave($text){
- return $text;
-}
-
////////////////////////////////////////////////////////////////////////////////
/**