From 84b328450fda99aa840d8a1c424be86ded2ebff5 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 4 Apr 2011 18:06:29 -0700 Subject: [PATCH] QnA - Whoops - this actually removes the unused function mentioned in the last commit --- plugins/QnA/QnAPlugin.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/plugins/QnA/QnAPlugin.php b/plugins/QnA/QnAPlugin.php index 38fd85e26a..fe42975065 100644 --- a/plugins/QnA/QnAPlugin.php +++ b/plugins/QnA/QnAPlugin.php @@ -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 * -- 2.39.5