Skip to content
Snippets Groups Projects
Commit 8e772a3b authored by dczepierga's avatar dczepierga
Browse files

[#1866654] by dczepierga: Remove "Skin" and "Toolbar state on startup" options from user profile

parent 4e3dc725
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,6 @@ function ckeditor_user_customize(&$form, &$form_state, $form_id) {
$data = $form['#user']->data;
$default = ckeditor_user_get_setting_default();
$toolbar_options = ckeditor_load_toolbar_options();
$skin_options = ckeditor_load_skin_options();
$lang_options = ckeditor_load_lang_options();
// because the settings are saved as strings we need to test for the string 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment