You are here

function barcode_uninstall in Barcode 7.2

Same name and namespace in other branches
  1. 6.2 barcode.install \barcode_uninstall()
  2. 6 barcode.install \barcode_uninstall()

Implements hook_uninstall().

File

./barcode.install, line 11
Install file for barcode module.

Code

function barcode_uninstall() {

  // Delete variables.
  variable_del('barcode_default_path');
  variable_del('barcode_encoding');
  variable_del('barcode_font');
}