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:
authorThomas Steur <thomas.steur@gmail.com>2015-05-06 01:48:19 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-05-10 23:51:14 +0300
commita20e71c61aa9ae74dac9e1b899772357d4d3a64c (patch)
treeadce50cc7d93907182d96a19dfe6b3fb8badc291 /plugins/ImageGraph
parente5f1fba3b54a04b321fcaf1edf2c0f827e56b681 (diff)
Removed deprecated methods.
As the plugin does now nothing anymore, I removed it.
Diffstat (limited to 'plugins/ImageGraph')
-rw-r--r--plugins/ImageGraph/API.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php
index b569f2c9c8..7cca475463 100644
--- a/plugins/ImageGraph/API.php
+++ b/plugins/ImageGraph/API.php
@@ -75,10 +75,6 @@ class API extends \Piwik\Plugin\API
);
private static $DEFAULT_GRAPH_TYPE_OVERRIDE = array(
- 'UserSettings_getPlugin' => array(
- false // override if !$isMultiplePeriod
- => StaticGraph::GRAPH_TYPE_HORIZONTAL_BAR,
- ),
'Referrers_getReferrerType' => array(
false // override if !$isMultiplePeriod
=> StaticGraph::GRAPH_TYPE_HORIZONTAL_BAR,