You are here

function jscrollpane_uninstall in JScrollPane 6.2

Implementation of hook_uninstall().

File

./jscrollpane.install, line 18
Install, update, and uninstall functions for the jScrollPane module.

Code

function jscrollpane_uninstall() {
  variable_del('jscrollpane_class');
}