From: skodak Date: Tue, 23 Sep 2008 20:28:50 +0000 (+0000) Subject: MDL-16629 removing unfinished multiple editors code X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=306a52882b5f595b6e733dad3c0fb164789c2ef6;p=moodle.git MDL-16629 removing unfinished multiple editors code --- diff --git a/lib/editor/htmlEditor.class.php b/lib/editor/htmlEditor.class.php index 877723161f..8871255a5e 100644 --- a/lib/editor/htmlEditor.class.php +++ b/lib/editor/htmlEditor.class.php @@ -49,45 +49,6 @@ class htmlEditor { $configured['tinymce'] = true; break; - case 'fckeditor': - $configuration[] = $CFG->httpswwwroot ."/lib/editor/fckeditor/fckeditor.js"; - $configuration[] = $CFG->httpswwwroot ."/lib/editor/fckeditor.js.php?course=". $courseid; - $configured['fckeditor'] = true; - break; - -// case 'xinha': -// $configuration = << -// _editor_url = "{$CFG->wwwroot}/lib/editor/xinha/" -// _editor_lang = "en"; -// _editor_skin = "blue-look"; -// -// -// -//EOF; -// break; -// -// case 'yuirte': -// $configuration = << -// -// -// -// -// -// -// -// -// -// -// -// -// -// -// -//EOF; -// break; - default: $configured[$editor] = false; break;