function blog_uninstall

7.x blog.install blog_uninstall()

Implements hook_uninstall().

File

drupal-7.x/modules/blog/blog.install, line 21
Install, update and uninstall functions for the blog module.

Code

function blog_uninstall() {
  variable_del('blog_block_count');
}