summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/tiny_mce/plugins/cleanup')
-rw-r--r--program/js/tiny_mce/plugins/cleanup/editor_plugin.js0
-rw-r--r--program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js10
-rw-r--r--program/js/tiny_mce/plugins/cleanup/readme.txt1
3 files changed, 0 insertions, 11 deletions
diff --git a/program/js/tiny_mce/plugins/cleanup/editor_plugin.js b/program/js/tiny_mce/plugins/cleanup/editor_plugin.js
deleted file mode 100644
index e69de29bb..000000000
--- a/program/js/tiny_mce/plugins/cleanup/editor_plugin.js
+++ /dev/null
diff --git a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js b/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js
deleted file mode 100644
index 8e1312fa0..000000000
--- a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * $Id: editor_plugin_src.js 162 2007-01-03 16:16:52Z spocke $
- *
- * Experimental plugin for new Cleanup routine, this logic will be moved into the core ones it's stable enougth.
- *
- * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
- */
-
-/* Dummy file since cleanup is now moved to core */
diff --git a/program/js/tiny_mce/plugins/cleanup/readme.txt b/program/js/tiny_mce/plugins/cleanup/readme.txt
deleted file mode 100644
index d1a646663..000000000
--- a/program/js/tiny_mce/plugins/cleanup/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Dummy plugin since cleanup is now moved into core.