Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en...
[ckeditor.git] / skins / ckeditor / _source / core / themes.js
diff --git a/skins/ckeditor/_source/core/themes.js b/skins/ckeditor/_source/core/themes.js
deleted file mode 100644 (file)
index d412577..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-/**\r
- * @fileOverview Defines the {@link CKEDITOR.themes} object, which is used to\r
- *             manage themes registration and loading.\r
- */\r
-\r
-/**\r
- * Manages themes registration and loading.\r
- * @namespace\r
- * @augments CKEDITOR.resourceManager\r
- * @example\r
- */\r
-CKEDITOR.themes = new CKEDITOR.resourceManager(\r
-       '_source/'+             // @Packager.RemoveLine\r
-       'themes/', 'theme' );\r