Skip to content

Commit

Permalink
MDL-31944 feedback: remove deprecated function feedback_get_participa…
Browse files Browse the repository at this point in the history
…nts()
  • Loading branch information
ankitagarwal committed May 10, 2012
1 parent e16e230 commit 99c4dcd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mod/feedback/lib.php
Expand Up @@ -557,15 +557,6 @@ function feedback_cron () {
return true; return true;
} }


/**
* @todo: deprecated - to be deleted in 2.2
* @return bool false
*/
function feedback_get_participants($feedbackid) {
return false;
}


/** /**
* @return bool false * @return bool false
*/ */
Expand Down

0 comments on commit 99c4dcd

Please sign in to comment.