You are here

function scs_uninstall in Simplenews Content Selection 8

Same name and namespace in other branches
  1. 7.2 scs.install \scs_uninstall()
  2. 7 scs.install \scs_uninstall()

Implements hook_uninstall().

File

./scs.install, line 11
Install/Uninstall functions

Code

function scs_uninstall() {

  // Delete created variables
  variable_del('scs_view_mode');
  variable_del('scs_node_type');
}