function dropbox_client_uninstall in Dropbox Client 7
Same name and namespace in other branches
- 7.2 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');
}