From 074ca5a2443272972bd027f503d7ad2aee7c4f2b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 27 Nov 2015 21:09:44 -0500 Subject: [PATCH] Remove unused function --- api/class.api.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api/class.api.php b/api/class.api.php index a0151dffcf..d91daa2b9c 100644 --- a/api/class.api.php +++ b/api/class.api.php @@ -153,17 +153,6 @@ class civicrm_api3 { } } - /** - * As of PHP 5.3.0. - * - * @param $name - * @param $arguments - */ - public static function __callStatic($name, $arguments) { - // Should we implement it ? - echo "Calling static method '$name' " . implode(', ', $arguments) . "\n"; - } - /** * Call via rest. * -- 2.25.1