From c50ff11e930fa937b0cd23a454062f2386a0788e Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 13 Jan 2014 22:45:27 -0800
Subject: [PATCH] Issue #2161759 by Wim Leers, sun: Remove unused
 drupalSettings.ckeditor.modulePath setting.

---
 core/modules/ckeditor/ckeditor.module | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/core/modules/ckeditor/ckeditor.module b/core/modules/ckeditor/ckeditor.module
index 51de74af6ecb..4214c20ec454 100644
--- a/core/modules/ckeditor/ckeditor.module
+++ b/core/modules/ckeditor/ckeditor.module
@@ -37,17 +37,11 @@ function ckeditor_help($path, $arg) {
 function ckeditor_library_info() {
   $module_path = drupal_get_path('module', 'ckeditor');
 
-  $settings = array(
-    'ckeditor' => array(
-      'modulePath' => drupal_get_path('module', 'ckeditor'),
-    ),
-  );
   $libraries['drupal.ckeditor'] = array(
     'title' => 'Drupal behavior to enable CKEditor on textareas.',
     'version' => \Drupal::VERSION,
     'js' => array(
       $module_path . '/js/ckeditor.js' => array(),
-      array('data' => $settings, 'type' => 'setting'),
     ),
     'css' => array(
       $module_path . '/css/ckeditor.css' => array(),
-- 
GitLab