You are here

function gauth_user_uninstall in Google Auth 7

Same name and namespace in other branches
  1. 7.2 gauth_user/gauth_user.install \gauth_user_uninstall()

Implements hook_uninstall().

File

gauth_user/gauth_user.install, line 77
Install and uninstall functions for the Google Auth User module.

Code

function gauth_user_uninstall() {
  drupal_uninstall_schema('gauth_user_services');
}