You are here

function dropbox_client_uninstall in Dropbox Client 7.2

Same name and namespace in other branches
  1. 7 dropbox_client.module \dropbox_client_uninstall()

File

./dropbox_client.module, line 71

Code

function dropbox_client_uninstall() {
  variable_del('dropbox_client_website_token_secret');
  variable_del('dropbox_client_website_oauth_token');
  variable_get('dropbox_client_website_oauth_token_secret');
}