You are here

function block_aria_landmark_roles_uninstall in Block ARIA Landmark Roles 6

Implementation of hook_uninstall().

File

./block_aria_landmark_roles.install, line 56
Install, update, and uninstall functions for the Blocks ARIA Landmark Roles module.

Code

function block_aria_landmark_roles_uninstall() {

  // Delete the database table.
  drupal_uninstall_schema('block_aria_landmark_roles');
}