You are here

function edit_link_uninstall in Util 7

@file Add an 'edit' link to nodes.

File

contribs/edit_link/edit_link.install, line 7
Add an 'edit' link to nodes.

Code

function edit_link_uninstall() {
  variable_del('edit_link_type');
}