QnA - Whoops - this actually removes the unused function mentioned in the last commit

This commit is contained in:
Zach Copley 2011-04-04 18:06:29 -07:00
parent 4fea746913
commit 84b328450f
1 changed files with 0 additions and 18 deletions

View File

@ -279,24 +279,6 @@ class QnAPlugin extends MicroAppPlugin
return $obj;
}
/**
* Change the verb on Answer notices
*
* @param Notice $notice
*
* @return ActivityObject
*/
function onEndNoticeAsActivity($notice, &$act) {
switch ($notice->object_type) {
case Answer::NORMAL:
case Answer::ANONYMOUS:
$act->verb = $notice->object_type;
break;
}
return true;
}
/**
* Output our CSS class for QnA notice list elements
*