Remove callback method as we're not using status changes

This commit is contained in:
Luke Fitzgerald 2010-06-16 20:35:46 +01:00
parent 6dbf0ab1fe
commit d69aa725f7
1 changed files with 1 additions and 10 deletions

View File

@ -148,7 +148,7 @@ class MsnManager extends ImManager {
* Passes it back to the queuing system * Passes it back to the queuing system
* *
* @param array $data Data * @param array $data Data
* @return void * @return boolean
*/ */
private function handle_msn_message($data) { private function handle_msn_message($data) {
$this->plugin->enqueue_incoming_raw($data); $this->plugin->enqueue_incoming_raw($data);
@ -175,15 +175,6 @@ class MsnManager extends ImManager {
common_log(LOG_NOTICE, 'MSN reconnecting'); common_log(LOG_NOTICE, 'MSN reconnecting');
} }
/**
* Called by callback when contact changes status
*
* @param array $data Data
*/
private function handle_status_change($data) {
}
/** /**
* Send a message using the daemon * Send a message using the daemon
* *