From: David Mudrak <david.mudrak@gmail.com> Date: Mon, 4 Jan 2010 17:59:46 +0000 (+0000) Subject: Dropping obsolete function call X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7e109b56aedd5bffe35e2ed64b9cdae5506fd5d6;p=moodle.git Dropping obsolete function call --- diff --git a/mod/workshop/lib.php b/mod/workshop/lib.php index d735d520c7..46ae8192fd 100644 --- a/mod/workshop/lib.php +++ b/mod/workshop/lib.php @@ -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 *