function responsive_share_buttons_uninstall in Responsive Share Buttons 7
Implements hook_uninstall().
File
- ./
responsive_share_buttons.install, line 42 - Install and update hooks.
Code
function responsive_share_buttons_uninstall() {
variable_del('responsive_share_buttons');
}