projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
735682e
)
Remove unused function
author
Coleman Watts
<coleman@civicrm.org>
Sat, 28 Nov 2015 02:09:44 +0000
(21:09 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 28 Nov 2015 02:09:44 +0000
(21:09 -0500)
api/class.api.php
patch
|
blob
|
blame
|
history
diff --git
a/api/class.api.php
b/api/class.api.php
index a0151dffcf9600e341f18c53cbd8f440d9d6cf2d..d91daa2b9c2aa211aa4f9aa0e7b0c6ec527740f9 100644
(file)
--- 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.
*