jenkins-bot has submitted this change and it was merged.

Change subject: Removed scary and unused method
......................................................................


Removed scary and unused method

Change-Id: I293bdb8dee5ffc7190d06d3c06c878ec97557729
---
M FundraisingChart.body.php
1 file changed, 0 insertions(+), 15 deletions(-)

Approvals:
  Awight: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/FundraisingChart.body.php b/FundraisingChart.body.php
index c409342..933f79b 100644
--- a/FundraisingChart.body.php
+++ b/FundraisingChart.body.php
@@ -49,21 +49,6 @@
        }
 
        /**
-        * Fetch the data to be displayed in the charts.
-        *
-        * @TODO: Unused?
-        * @todo: make safer by mapping URIs to URLs
-        * @param string $dataset (JSON URL)
-        * @return string
-        */
-       static function frChartDataSetFetch( $dataset ){
-               $raw_json = file_get_contents( $dataset );
-               $d = json_decode( $raw_json );
-
-               return json_encode( $d );
-       }
-
-       /**
         * Display charts
         *
         * @param $input : the value between the opening and closing tags (does 
not apply)

-- 
To view, visit https://gerrit.wikimedia.org/r/150061
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I293bdb8dee5ffc7190d06d3c06c878ec97557729
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FundraisingChart
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to