From 306a52882b5f595b6e733dad3c0fb164789c2ef6 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 23 Sep 2008 20:28:50 +0000 Subject: [PATCH] MDL-16629 removing unfinished multiple editors code --- lib/editor/htmlEditor.class.php | 39 --------------------------------- 1 file changed, 39 deletions(-) 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; -- 2.39.5