You are here

function mobile_codes_uninstall in Mobile Codes 7.2

Same name and namespace in other branches
  1. 5 mobile_codes.install \mobile_codes_uninstall()
  2. 6.2 mobile_codes.install \mobile_codes_uninstall()
  3. 6 mobile_codes.install \mobile_codes_uninstall()

Implements hook_uninstall().

File

./mobile_codes.install, line 151

Code

function mobile_codes_uninstall() {
  variable_del('mobile_codes_block_node_url_preset');
  variable_del('mobile_codes_block_user_vcard_preset');
  variable_del('mobile_codes_settings');
}