You are here

function jquery_update_uninstall in jQuery Update 6.2

Same name and namespace in other branches
  1. 6 jquery_update.install \jquery_update_uninstall()
  2. 7.3 jquery_update.install \jquery_update_uninstall()
  3. 7 jquery_update.install \jquery_update_uninstall()
  4. 7.2 jquery_update.install \jquery_update_uninstall()

Implementation of hook_uninstall().

File

./jquery_update.install, line 62
Install file for jQuery Update.

Code

function jquery_update_uninstall() {
  variable_del('jquery_update_replace');
  variable_del('jquery_update_compression_type');
  variable_del('jquery_update_jquery_version');
}