]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove callback method as we're not using status changes
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Wed, 16 Jun 2010 19:35:46 +0000 (20:35 +0100)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Wed, 16 Jun 2010 19:35:46 +0000 (20:35 +0100)
plugins/Msn/msnmanager.php

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