Fix accent sensitivity in autocompletion
[platal.git] / classes / mmlist.php
index b6fe5b5..0e74f09 100644 (file)
@@ -32,11 +32,6 @@ class MMList extends XmlrpcClient
             $this->bt = new PlBacktrace('MMList');
         }
     }
-
-    public function __call($method, $args)
-    {
-        return parent::__call($method, $args);
-    }
 }
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: