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:
authormattab <matthieu.aubry@gmail.com>2015-06-11 08:23:18 +0300
committermattab <matthieu.aubry@gmail.com>2015-06-11 08:23:18 +0300
commitcf9a93fe93949ccc71dd1796158ddc8a37769c0d (patch)
tree14f9b1ecd9ac2063cbba1b1a94cdc8f6b342f963 /plugins/Events
parent4f57e882e67341c82031809a9a0d0fd92ac15351 (diff)
Remove commented out code
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/Events.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/Events/Events.php b/plugins/Events/Events.php
index 6a55588af4..bb784865f2 100644
--- a/plugins/Events/Events.php
+++ b/plugins/Events/Events.php
@@ -93,29 +93,6 @@ class Events extends \Piwik\Plugin
);
}
- public function getSegmentsMetadata(&$segments)
- {
-// $segments[] = array(
-// 'type' => 'metric',
-// 'category' => 'Events_Events',
-// 'name' => 'Events_EventValue',
-// 'segment' => 'eventValue',
-// 'sqlSegment' => 'log_link_visit_action.custom_float',
-// 'sqlFilter' => '\\Piwik\\Plugins\\Events\\Events::getSegmentEventValue'
-// );
- }
-//
-// public static function getSegmentEventValue($valueToMatch, $sqlField, $matchType, $segmentName)
-// {
-// $andActionisNotEvent = \Piwik\Plugins\Actions\Archiver::getWhereClauseActionIsNotEvent();
-// $andActionisEvent = str_replace("IS NULL", "IS NOT NULL", $andActionisNotEvent);
-//
-// return array(
-// 'extraWhere' => $andActionisEvent,
-// 'bind' => $valueToMatch
-// );
-// }
-
/**
* Given getCategory, returns "Event Categories"
*