Dropping obsolete function call

This commit is contained in:
David Mudrak 2010-01-04 17:59:46 +00:00
parent ed597c7756
commit 7e109b56ae

View File

@ -223,16 +223,6 @@ function workshop_install() {
return true;
}
/**
* Execute post-uninstall custom actions for the module
* This function was added in 1.9
*
* @return boolean true if success, false on error
*/
function workshop_uninstall() {
return true;
}
/**
* Returns the information if the module supports a feature
*