You are here

function pagination_uninstall in Pagination (Node) 7

Same name and namespace in other branches
  1. 6 pagination.install \pagination_uninstall()

Implementation of hook_uninstall().

File

./pagination.install, line 7

Code

function pagination_uninstall() {
  variable_del('pagination_showall');
  variable_del('pagination_ignore');
  variable_del('pagination_header');
  variable_del('pagination_list_type');
}