]> git.mjollnir.org Git - moodle.git/commitdiff
Dropping obsolete function call
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 17:59:46 +0000 (17:59 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 17:59:46 +0000 (17:59 +0000)
mod/workshop/lib.php

index d735d520c7d884cf3702bf9a19a53cf8626bbd39..46ae8192fd75e2a74b081151704ca8360d5d08e6 100644 (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
  *