You are here

function feeds_oauth_uninstall in Feeds OAuth 6

Implementation of hook_uninstall().

File

./feeds_oauth.install, line 54

Code

function feeds_oauth_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('feeds_oauth');
}