JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / _source / plugins / colordialog / plugin.js
diff --git a/_source/plugins/colordialog/plugin.js b/_source/plugins/colordialog/plugin.js
deleted file mode 100644 (file)
index 4dbf3b0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-CKEDITOR.plugins.colordialog =\r
-{\r
-       requires : [ 'dialog' ],\r
-       init : function( editor )\r
-       {\r
-               editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );\r
-               CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' );\r
-       }\r
-};\r
-\r
-CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );\r