summaryrefslogtreecommitdiff
path: root/plugins/horizontalrule
diff options
context:
space:
mode:
authorDaniel Sutcliffe <dansut@users.sourceforge.net>2010-02-02 20:06:13 +0000
committerDaniel Sutcliffe <dansut@users.sourceforge.net>2010-02-02 20:06:13 +0000
commit3863844d32b3fb04b6499dffe5d49ed893056026 (patch)
tree6eb15725d4f15d93bb9e0e241e3d0cadf0e2dc9b /plugins/horizontalrule
parentb1de4b213ba60402d6d13a2a6892d5a422c4f8e4 (diff)
downloadckeditor-3863844d32b3fb04b6499dffe5d49ed893056026.tar.gz
ckeditor-3863844d32b3fb04b6499dffe5d49ed893056026.tar.bz2
ckeditor-3863844d32b3fb04b6499dffe5d49ed893056026.zip
Attempt to make some old ckeditor stuff disappear
Diffstat (limited to 'plugins/horizontalrule')
-rw-r--r--plugins/horizontalrule/plugin.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/horizontalrule/plugin.js b/plugins/horizontalrule/plugin.js
deleted file mode 100644
index 3c275b6..0000000
--- a/plugins/horizontalrule/plugin.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-
-(function(){var a={exec:function(c){c.insertElement(c.document.createElement('hr'));}},b='horizontalrule';CKEDITOR.plugins.add(b,{init:function(c){c.addCommand(b,a);c.ui.addButton('HorizontalRule',{label:c.lang.horizontalrule,command:b});}});})();