Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExampleAPI/API.php')
-rw-r--r--plugins/ExampleAPI/API.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index ba1d77c1b8..4e4a84de0f 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -33,16 +33,6 @@ class API extends \Piwik\Plugin\API
}
/**
- * Get Matomo version
- * @return string
- * @deprecated
- */
- public function getPiwikVersion()
- {
- return $this->getMatomoVersion();
- }
-
- /**
* Get Answer to Life
* @return integer
*/