You are here

function socialfield_uninstall in Social field 7

Implements hook_uninstall().

File

./socialfield.install, line 123
Field schema, install and uninstall functions for the social_field module.

Code

function socialfield_uninstall() {
  variable_del('socialfield_services');
}