You are here

function ckeditor_uninstall in CKEditor - WYSIWYG HTML editor 6

Implementation of hook_uninstall().

File

./ckeditor.install, line 635

Code

function ckeditor_uninstall() {
  drupal_uninstall_schema('ckeditor');
}