function dashboard_uninstall in Drupal 7
Implements hook_uninstall().
File
- modules/
dashboard/ dashboard.install, line 76 - Install, update and uninstall functions for the dashboard module.
Code
function dashboard_uninstall() {
variable_del('dashboard_stashed_blocks');
}