You are here

function jalalidate_viewsformatter_uninstall in PersianTools 7

Implements hook_uninstall().

File

jalalidate_viewsformatter/jalalidate_viewsformatter.install, line 21
Contains install and uninstall functions for Jalalidate Views formatter.

Code

function jalalidate_viewsformatter_uninstall() {
  variable_del('jalalidate_format');
  variable_del('jalalidate_custom');
  variable_del('jalalidate_satisfied');
}