Remove unused function
authorColeman Watts <coleman@civicrm.org>
Sat, 28 Nov 2015 02:09:44 +0000 (21:09 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 28 Nov 2015 02:09:44 +0000 (21:09 -0500)
api/class.api.php

index a0151dffcf9600e341f18c53cbd8f440d9d6cf2d..d91daa2b9c2aa211aa4f9aa0e7b0c6ec527740f9 100644 (file)
@@ -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.
    *