You are here

function autofloat_simplytest_uninstall in AutoFloat 7.2

Implements hook_uninstall().

File

simplytest/autofloat_simplytest.install, line 94
Create a menu link and frontpage node.

Code

function autofloat_simplytest_uninstall() {

  // Remove link in the main menu.
  menu_link_delete(NULL, 'admin/config/content/autofloat');
}