You are here

function panels_page_uninstall in Panels 6.2

File

panels_page/panels_page.install, line 313

Code

function panels_page_uninstall() {
  drupal_uninstall_schema('panels_page');
}