You are here

function author_pane_uninstall in Author Pane 7.2

Implements hook_uninstall().

File

./author_pane.install, line 10
Uninstall function for Author Pane module.

Code

function author_pane_uninstall() {
  variable_del('author_pane_block_display_types');
  variable_del('author_pane_block_join_date_type');
  variable_del('author_pane_block_user_picture_preset');
}