function fences_uninstall in Fences 7
Same name and namespace in other branches
- 7.2 fences.install \fences_uninstall()
 
Implements hook_uninstall().
File
- ./
fences.install, line 10  - Provides install, update and un-install functions for menu_position.
 
Code
function fences_uninstall() {
  // Delete all fences variables.
  variable_del('fences_default_markup');
}