You are here

function commerce_invoice_pdf_uninstall in Commerce Invoice 7.2

Implements hook_uninstall().

File

modules/pdf/commerce_invoice_pdf.install, line 10
Install and uninstall functions for the Commerce Invoice PDF module.

Code

function commerce_invoice_pdf_uninstall() {
  variable_del('commerce_invoice_pdf_css_files');
}