diff --git a/src/applications/conpherence/view/ConpherenceDurableColumnView.php b/src/applications/conpherence/view/ConpherenceDurableColumnView.php --- a/src/applications/conpherence/view/ConpherenceDurableColumnView.php +++ b/src/applications/conpherence/view/ConpherenceDurableColumnView.php @@ -472,23 +472,4 @@ )); } - private function buildStatusText() { - return null; - } - - private function buildSendButton() { - $conpherence = $this->getSelectedConpherence(); - if (!$conpherence) { - return null; - } - - return javelin_tag( - 'button', - array( - 'class' => 'grey', - 'sigil' => 'conpherence-send-message', - ), - pht('Send')); - } - }