You are here

function mimedetect_uninstall in MimeDetect 6

Same name and namespace in other branches
  1. 5 mimedetect.install \mimedetect_uninstall()
  2. 7 mimedetect.install \mimedetect_uninstall()

Implementation of hook_uninstall().

File

./mimedetect.install, line 12

Code

function mimedetect_uninstall() {
  variable_del('mimedetect_enable_file_binary');
  variable_del('mimedetect_file_binary');
}