function blog_uninstall

Implements hook_uninstall().

File

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

Code

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