You are here

function node_field_uninstall in Node Field 7.2

Implements hook_uninstall().

File

./node_field.install, line 89
Install/update/uninstall scripts for node_field module.

Code

function node_field_uninstall() {
  variable_del('node_field_gmap_api_key');
}