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/API/API.php')
-rw-r--r--plugins/API/API.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 9ce0742a25..91ab8e4d19 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -223,7 +223,6 @@ class API extends \Piwik\Plugin\API
return $compare;
}
-
/**
* Returns the url to application logo (~280x110px)
*
@@ -261,7 +260,6 @@ class API extends \Piwik\Plugin\API
return $logo->getSVGLogoUrl($pathOnly);
}
-
/**
* Returns whether there is an SVG Logo available.
* @ignore
@@ -273,7 +271,6 @@ class API extends \Piwik\Plugin\API
return $logo->hasSVGLogo();
}
-
/**
* Loads reports metadata, then return the requested one,
* matching optional API parameters.